use colon as nullcommand instead of dummy statement

This commit is contained in:
George Danchev
2011-07-16 13:41:18 +00:00
parent 846eec24d6
commit ccde6bec7c
3 changed files with 3 additions and 6 deletions

View File

@ -122,8 +122,7 @@ next_is=
for i in "$@"
do
if test "$next_is" = "ignore"
then
dummy=dummy
then :
elif test "$next_is" = "x"
then
RELENG_XORRISO="$i"