]> gitweb.fluxo.info Git - simplepkg.git/commitdiff
minor changes
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>
Thu, 22 Jan 2009 02:27:03 +0000 (02:27 +0000)
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>
Thu, 22 Jan 2009 02:27:03 +0000 (02:27 +0000)
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@768 04377dda-e619-0410-9926-eae83683ac58

trunk/src/mkbuild

index 049cfc977f72afb13e6361bd0200c4645bdb7cd0..7fd55d81d238fc1993b85e394a5004fd9fdd9453 100755 (executable)
@@ -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