configure
changeset 3221 ef81bf83703b
parent 3205 cfe0785b5171
child 3302 d02733d7cc59
equal deleted inserted replaced
3220:149ce8c6ba10 3221:ef81bf83703b
    46 # The things you can use inside this case:
    46 # The things you can use inside this case:
    47 #  handle NAME VALUE - Sets the value to give the 'make upgradeconf'
    47 #  handle NAME VALUE - Sets the value to give the 'make upgradeconf'
    48 #                         Value is in form: tag=REAL_VALUE
    48 #                         Value is in form: tag=REAL_VALUE
    49 #  ITEM="NAME"       - Will set the value as above, only with the next param
    49 #  ITEM="NAME"       - Will set the value as above, only with the next param
    50 #  SITEM="NAME"      - Will set the var $NAME to the next param
    50 #  SITEM="NAME"      - Will set the var $NAME to the next param
    51 for n in $*
    51 for n in "$@"
    52 do
    52 do
    53 	case "$n" in
    53 	case "$n" in
    54 		--help | -h)
    54 		--help | -h)
    55 			showhelp
    55 			showhelp
    56 			exit 0
    56 			exit 0