summaryrefslogtreecommitdiffstats
path: root/src/oh-applypatches.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-applypatches.sh
parentd252d67d4885448939f9957c5dcd4864becd7a8c (diff)
Standardize parameter expansions.
Diffstat (limited to 'src/oh-applypatches.sh')
-rw-r--r--src/oh-applypatches.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/oh-applypatches.sh b/src/oh-applypatches.sh
index ac51da9..5ab52a6 100644
--- a/src/oh-applypatches.sh
+++ b/src/oh-applypatches.sh
@@ -23,7 +23,7 @@
print_usage()
{
- printf 'Usage: %s\n' "$1"
+ printf 'Usage: %s\n' "${1}"
}
if [ ${#} -ne 0 ]; then