]> gitweb.fluxo.info Git - simplepkg.git/commitdiff
minor fixes
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>
Tue, 9 Dec 2008 19:46:31 +0000 (19:46 +0000)
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>
Tue, 9 Dec 2008 19:46:31 +0000 (19:46 +0000)
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@645 04377dda-e619-0410-9926-eae83683ac58

trunk/conf/simplepkg.conf
trunk/src/createpkg
trunk/src/simplaret

index 586ddfe64509e9d5c62e31c5cf60335824d2f47e..b10382c82aa23ca7021d804eefb9370392b9d633 100644 (file)
@@ -160,7 +160,7 @@ SIGNATURE_CHECKING="0"
 DEPENDENCY_CHECKING="1"
 
 # Enabling this option (i.e, setting to "1" or "yes"), simplaret will
-# donwload even already applied patches, a good option when you plan
+# donwload even already applied patches, a good option when you plan
 # to keep local copies of all needed patches for your system
 DOWNLOAD_EVEN_APPLIED_PATCHES="0"
 
index f5b63288c26f500d0caf34e6c3afd2c751470d7f..e5c8edf6ddd432261a203c3042d8f168c5080d04 100644 (file)
@@ -283,7 +283,7 @@ function repository_update {
     cd $cwd
   fi
 
-  mk_exit 0
+  exit 0
 
 }
 
index cbf45439ebe8fadeb7543a9cf2bc09e385bf1d4c..43a34f60d6b3158d599744cb928b7fa601409b99 100755 (executable)
@@ -1133,7 +1133,7 @@ case $1 in
   "--get-patches" | "get-patches") simplaret_get_patches ;;
   "--search" | "search") shift ; simplaret_req_arg $1 ; simplaret_search $* ;;
   "--get" | "get") shift ; simplaret_req_arg $1 ; simplaret_get $* ;;
-  "--purge" | "purge") shift ; simplaret_req_arg $1 simplaret_purge $* ;;
+  "--purge" | "purge") shift ; simplaret_req_arg $1 simplaret_purge $* ;;
   "--install" | "install") shift ; simplaret_req_arg $1 ; simplaret_install $* ;;
   "--remove" | "remove") shift ; simplaret_req_arg $1 ; simplaret_remove $* ;;
   "--help" | "help") simplaret_usage ;;