aboutsummaryrefslogtreecommitdiff
path: root/trunk/src
diff options
context:
space:
mode:
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2008-11-27 23:31:24 +0000
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2008-11-27 23:31:24 +0000
commit143a51b5d5689eb73cfb2a9080673646e04b9ee3 (patch)
tree8e2f4c24ac62dfaae0d7418062e5635a8d09ed23 /trunk/src
parentcef62564549aaaded4e3135bffc181aa57c3151d (diff)
downloadsimplepkg-143a51b5d5689eb73cfb2a9080673646e04b9ee3.tar.gz
simplepkg-143a51b5d5689eb73cfb2a9080673646e04b9ee3.tar.bz2
fixes
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@563 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'trunk/src')
-rw-r--r--trunk/src/createpkg6
1 files changed, 3 insertions, 3 deletions
diff --git a/trunk/src/createpkg b/trunk/src/createpkg
index 1ab48a6..49b3cfb 100644
--- a/trunk/src/createpkg
+++ b/trunk/src/createpkg
@@ -291,7 +291,7 @@ function repository_status {
cd $cwd
fi
- mk_exit 0
+ exit 0
}
@@ -309,7 +309,7 @@ function commit_changes {
cd $cwd
fi
- mk_exit 0
+ exit 0
}
@@ -326,7 +326,7 @@ if [ -f "$COMMON" ]; then
source $COMMON
else
echo "error: file $COMMON found, check your $BASENAME installation"
- mk_exit 0
+ exit 0
fi
set_constants