use colon as nullcommand instead of dummy statement
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user