We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 424c56f commit 0ee256bCopy full SHA for 0ee256b
1 file changed
scratch
@@ -1209,7 +1209,7 @@ for opt in $@; do
1209
-*) char=${#opt}; count=1
1210
while [ "$count" != "$char" ]; do
1211
count=$((count+1))
1212
- MAINOPTS="$MAINOPTS -$(echo $opt | cut -c $count)"
+ MAINOPTS="$MAINOPTS -$(printf '%s' $opt | cut -c $count)"
1213
done;;
1214
*) MAINOPTS="$MAINOPTS $opt";;
1215
esac
0 commit comments