We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0d912d commit 0497bdeCopy full SHA for 0497bde
scripts/mkpkg
@@ -104,7 +104,7 @@ configure="${scriptdir}/../configure"
104
osrelease=`echo "$osversion" | sed -e 's/^[^0-9]*//' -e 's/-.*$//'`
105
: ${MAKE=make}
106
107
-if [ $build_packages = true -a $osversion = unknown ]; then
+if [ $build_packages = true -a "$osversion" = "unknown" ]; then
108
echo "unable to determine platform" 1>&2
109
exit 1
110
fi
0 commit comments