summaryrefslogtreecommitdiffstats
path: root/bin/sh/tests/builtins/getopts2.0
diff options
context:
space:
mode:
Diffstat (limited to 'bin/sh/tests/builtins/getopts2.0')
-rw-r--r--bin/sh/tests/builtins/getopts2.02
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sh/tests/builtins/getopts2.0 b/bin/sh/tests/builtins/getopts2.0
index 5a5dbe2..1bd2c32 100644
--- a/bin/sh/tests/builtins/getopts2.0
+++ b/bin/sh/tests/builtins/getopts2.0
@@ -3,4 +3,4 @@ set - -ax
getopts ax option
set -C
getopts ax option
-echo $option
+printf '%s\n' "$option"
OpenPOWER on IntegriCloud