From 469ad1e765cd34523baf4015c3d21d7432c5ab0d Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 26 Jul 2016 04:48:56 +0300 Subject: fix/add missing usage messages for functions --- .bashrc_third_party | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.bashrc_third_party') diff --git a/.bashrc_third_party b/.bashrc_third_party index 30a3b2b..cddbb6c 100644 --- a/.bashrc_third_party +++ b/.bashrc_third_party @@ -22,7 +22,7 @@ symlink_preferences() ( set -o errexit if [ "$#" -ne 2 ]; then - echo "$FUNCNAME: usage: $FUNCNAME SRC_DIR DEST_DIR" >&2 + echo "usage: $FUNCNAME SRC_DIR DEST_DIR" >&2 return 1 fi -- cgit v1.2.3