aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.bashrc_third_party
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-07-26 04:48:56 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2016-07-26 04:48:56 +0300
commit469ad1e765cd34523baf4015c3d21d7432c5ab0d (patch)
tree2ad9ce61304d38fe0fe02d67eac957f611ba04b0 /.bashrc_third_party
parentlist_repo_*: add command line options (diff)
downloadlinux-home-469ad1e765cd34523baf4015c3d21d7432c5ab0d.tar.gz
linux-home-469ad1e765cd34523baf4015c3d21d7432c5ab0d.zip
fix/add missing usage messages for functions
Diffstat (limited to '.bashrc_third_party')
-rw-r--r--.bashrc_third_party2
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