aboutsummaryrefslogtreecommitdiff
path: root/trunk/src
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/src')
-rw-r--r--trunk/src/createpkg2
-rwxr-xr-xtrunk/src/simplaret2
2 files changed, 2 insertions, 2 deletions
diff --git a/trunk/src/createpkg b/trunk/src/createpkg
index f5b6328..e5c8edf 100644
--- a/trunk/src/createpkg
+++ b/trunk/src/createpkg
@@ -283,7 +283,7 @@ function repository_update {
cd $cwd
fi
- mk_exit 0
+ exit 0
}
diff --git a/trunk/src/simplaret b/trunk/src/simplaret
index cbf4543..43a34f6 100755
--- a/trunk/src/simplaret
+++ b/trunk/src/simplaret
@@ -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 ;;