]> gitweb.fluxo.info Git - simplepkg.git/commitdiff
small cosmetic changes
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>
Thu, 5 Apr 2007 23:56:46 +0000 (23:56 +0000)
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>
Thu, 5 Apr 2007 23:56:46 +0000 (23:56 +0000)
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@273 04377dda-e619-0410-9926-eae83683ac58

trunk/src/templatepkg

index 97cbcbbfa0519f46662f6bbac7e6e970a00bda74..3b5c283c625cc168295c2b8ffe067bd3218a67aa 100755 (executable)
@@ -293,7 +293,7 @@ function template_create {
   fi
 
   if [ "$info_commit" == "yes" ]; then
-    echo $BASENAME: please run 'jail-commit --all' to add files under $file into the svn repository
+    echo "$BASENAME: please run 'jail-commit --all' to add files under $file into the svn repository"
   fi
 
 }
@@ -391,7 +391,7 @@ function template_add {
       done
 
       if [ "$info_commit" == "yes" ]; then
-        echo $BASENAME: please run 'jail-commit --all' to add files under `slash $file` into the svn repository
+        echo "$BASENAME: please run 'jail-commit --all' to add files under `slash $file` into the svn repository"
       fi
 
     else
@@ -420,7 +420,7 @@ function template_add {
         if [ "$?" != "0" ]; then
           echo $BASENAME: error adding `slash $candidate` into the revision system
         else
-          echo $BASENAME: please run 'jail-commit --all' to add `slash $file` into the svn repository
+          echo "$BASENAME: please run 'jail-commit --all' to add `slash $file` into the svn repository"
         fi
 
         cd $cwd
@@ -473,7 +473,7 @@ function template_delete {
     if use_svn && [ -d "$TEMPLATE_BASE.d/.svn" ]; then
       cd $TEMPLATE_BASE.d
       svn del --force ./$1 || rm -rf ./$1
-      echo $BASENAME: please run 'jail-commit --all' to del $1 in the svn repository
+      echo "$BASENAME: please run 'jail-commit --all' to del $1 in the svn repository"
     else
       rm -rf $TEMPLATE_BASE.d/$1
       echo Removed $1 from $TEMPLATE_BASE.d
@@ -564,7 +564,7 @@ function template_post_install_edit {
       vi $TEMPLATE_BASE.s/$1
     fi
     if [ "$sha1sum" != "`sha1sum $TEMPLATE_BASE.s/$1`" ]; then
-      echo $BASENAME: please run 'jail-commit --all' to send changes to the repository
+      echo "$BASENAME: please run 'jail-commit --all' to send changes to the repository"
     fi    
   else
 
@@ -602,7 +602,7 @@ function template_edit {
       vi $TEMPLATE_BASE.template
     fi
     if [ "$sha1sum" != "`sha1sum $TEMPLATE_BASE.template`" ]; then
-      echo $BASENAME: please run 'jail-commit --all' to send changes to the repository
+      echo "$BASENAME: please run 'jail-commit --all' to send changes to the repository"
     fi
   else
     echo $BASENAME: file not found: $TEMPLATE_BASE.template