From ce4b6fe402500e12e35690f58fd5da081d8a00f3 Mon Sep 17 00:00:00 2001 From: rudson Date: Mon, 12 May 2008 20:52:44 +0000 Subject: git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@512 04377dda-e619-0410-9926-eae83683ac58 --- trunk/src/createpkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'trunk/src/createpkg') diff --git a/trunk/src/createpkg b/trunk/src/createpkg index ce85a9c..1dd568e 100644 --- a/trunk/src/createpkg +++ b/trunk/src/createpkg @@ -162,7 +162,7 @@ function find_slackbuild { # Find SlackBuild script in the repository [ $# -ne 1 ] && handle_error $ERROR_PAR_NUMBER OUTPUT=`find $SLACKBUILDS_DIR -iname $1.SlackBuild` - [ "$OUTPUT" =! "" ] && EXIT_CODE=0 || EXIT_CODE=1 + [ "$OUTPUT" != "" ] && EXIT_CODE=0 || EXIT_CODE=1 echo $OUTPUT } -- cgit v1.2.3