diff options
Diffstat (limited to '')
-rw-r--r-- | .bashrc_third_party | 2 |
1 files changed, 1 insertions, 1 deletions
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 |