aboutsummaryrefslogtreecommitdiff
path: root/trunk/src/createpkg
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/src/createpkg')
-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