summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcreate-repo2
-rwxr-xr-xdb-check-nonfree2
-rwxr-xr-xdb-list-unsigned-packages2
3 files changed, 3 insertions, 3 deletions
diff --git a/create-repo b/create-repo
index f77fa24..24b890d 100755
--- a/create-repo
+++ b/create-repo
@@ -5,7 +5,7 @@
. "$(dirname "$(readlink -e "$0")")/config"
if [ $# -eq 0 ]; then
- msg "Usage: $0 repo1 [repo2 ... repoX]"
+ msg "Usage: ${0##*/} repo1 [repo2 ... repoX]"
exit 1
fi
diff --git a/db-check-nonfree b/db-check-nonfree
index ba5f5aa..661daa6 100755
--- a/db-check-nonfree
+++ b/db-check-nonfree
@@ -4,7 +4,7 @@
. "$(dirname "$(readlink -e "$0")")/config"
if [ $# -ge 1 ]; then
- warning "Calling $(basename $0) with a specific repository is not supported"
+ warning "Calling ${0##*/} with a specific repository is not supported"
exit 1
fi
diff --git a/db-list-unsigned-packages b/db-list-unsigned-packages
index 4e90d42..985d1c0 100755
--- a/db-list-unsigned-packages
+++ b/db-list-unsigned-packages
@@ -24,7 +24,7 @@ set -e
. "$(dirname "$(readlink -e "$0")")/config"
if [ $# -lt 1 ]; then
- msg "usage: $(basename $0) <architecture>"
+ msg "usage: ${0##*/} <architecture>"
exit 1
fi