diff options
Diffstat (limited to 'trunk/src')
-rwxr-xr-x | trunk/src/mkbuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/trunk/src/mkbuild b/trunk/src/mkbuild index 049cfc9..7fd55d8 100755 --- a/trunk/src/mkbuild +++ b/trunk/src/mkbuild @@ -576,7 +576,7 @@ function make_slack_required { function change_other_parameters { - # Change others parameters started by '[[' in .mkbuild file + # Change other parameters started by '[[' in .mkbuild file sed '1,/#>>/ ! d' $MKBUILD_NAME | grep -v '^#' | grep '^\[\[[A-Za-z]' | \ while read i; do CHANGE="`echo $i | sed 's/\[\[\(.*\)\]\]=\"\(.*\)\"/\1/'`" @@ -1442,7 +1442,7 @@ function make_slackbuild { fi # Others changes - verbose -e "\nEdit others [[]] parameters ..." + verbose -e "\nEdit other [[]] parameters ..." change_other_parameters if [ "$SIGN_MANIFESTS" -eq $on ]; then |