aboutsummaryrefslogtreecommitdiff
path: root/trunk/src/mkbuild
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/src/mkbuild')
-rwxr-xr-xtrunk/src/mkbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/src/mkbuild b/trunk/src/mkbuild
index d02dbbd..8dbd1c7 100755
--- a/trunk/src/mkbuild
+++ b/trunk/src/mkbuild
@@ -461,7 +461,7 @@ function commit_slackbuild {
# Get SlackBuild path in slackbuild local tree
if [ -z $SLACKBUILD_PATH ]; then
- SLACKBUILD_PATH=`find $SLACKBUILDS_DIR -name $SLACKBUILD | xargs dirname`
+ SLACKBUILD_PATH=`find $SLACKBUILDS_DIR -name $SLACKBUILD | xargs dirname` 2>/dev/null
fi
# Get SlackBuild path in gentoo-portage tree