diff options
Diffstat (limited to 'trunk/src/createpkg')
-rw-r--r-- | trunk/src/createpkg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/trunk/src/createpkg b/trunk/src/createpkg index 2344a1b..325d120 100644 --- a/trunk/src/createpkg +++ b/trunk/src/createpkg @@ -175,6 +175,7 @@ function find_slackbuild { OUTPUT=`find $SLACKBUILDS_DIR -iname $1.SlackBuild` [ "$OUTPUT" != "" ] && EXIT_CODE=0 || EXIT_CODE=1 echo $OUTPUT + } function info_builds { |