use prefix to not mismatch comparator for string

This commit is contained in:
Benjamin Dauvergne 2013-09-27 17:34:37 +02:00
parent 657c9ff6af
commit 2d4c5d9de4
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@ for DIST in $DISTS; do
DID_BUILD=1
fi
# mark that we did build a source package
if [ "$SOURCE_OPT" -eq "" ]; then
if [ "x$SOURCE_OPT" -eq "x" ]; then
touch $SOURCE_BUILD
fi
done