aboutsummaryrefslogtreecommitdiff
path: root/trunk/src/createpkg
diff options
context:
space:
mode:
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2009-01-03 21:11:29 +0000
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2009-01-03 21:11:29 +0000
commit9f274cf7c39767b51655f695ea01344024aca78a (patch)
treef028b417f0b2560b63b87daf6c1d357cd80f2a43 /trunk/src/createpkg
parent2a513cf4d421442f08b52184d2e078409f0bdac5 (diff)
downloadsimplepkg-9f274cf7c39767b51655f695ea01344024aca78a.tar.gz
simplepkg-9f274cf7c39767b51655f695ea01344024aca78a.tar.bz2
mkbuild: added --edit command line option
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@728 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'trunk/src/createpkg')
-rw-r--r--trunk/src/createpkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/src/createpkg b/trunk/src/createpkg
index 4058a60..c1b2c77 100644
--- a/trunk/src/createpkg
+++ b/trunk/src/createpkg
@@ -543,7 +543,7 @@ case $1 in
[ $# -ne 2 ] && usage # two parameters is required
PKG_PATH=`find_slackbuild $2`
info_builds
- exit $EXIT_CODE
+ exit $EXIT_CODE
;;
'--install'|'-i')
[ $# -ne 2 ] && usage # two parameters is required