]> git.saurik.com Git - apple/shell_cmds.git/blobdiff - sh/tests/builtins/getopts2.0
shell_cmds-203.tar.gz
[apple/shell_cmds.git] / sh / tests / builtins / getopts2.0
index 5a5dbe20cb6aa99fa8d2a1f0f13fdd409cd3ced4..607d35e50182893b9a5342ae8a09aa19234fa13a 100644 (file)
@@ -1,6 +1,6 @@
-# $FreeBSD$
+# $FreeBSD: head/bin/sh/tests/builtins/getopts2.0 297752 2016-04-09 16:06:13Z jilles $
 set - -ax
 getopts ax option
 set -C
 getopts ax option
-echo $option
+printf '%s\n' "$option"