summaryrefslogtreecommitdiffstats
path: root/src/oh-strip.sh
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-04-25 11:08:14 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-04-25 11:08:14 (EDT)
commite9032508724868700fd485fd9c2e718c50fd65d4 (patch)
tree6d4ee49a1ff966ce4c2a65a8afc65333b1eee7b1 /src/oh-strip.sh
parentd252d67d4885448939f9957c5dcd4864becd7a8c (diff)
Standardize parameter expansions.
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' -- "${@}")