summaryrefslogtreecommitdiffstats
path: root/src/oh-strip.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/oh-strip.sh')
-rw-r--r--src/oh-strip.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/oh-strip.sh b/src/oh-strip.sh
index 5b0811a..2ec28cf 100644
--- a/src/oh-strip.sh
+++ b/src/oh-strip.sh
@@ -23,7 +23,7 @@
print_usage()
{
- printf 'Usage: %s [-g] [-l] binaryfile...\n' "$1"
+ printf 'Usage: %s [-g] [-l] binaryfile...\n' "${1}"
}
opts=$(getopt -n "${0}" -o 'gl' -- "${@}")