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 ae009e1 commit 557937aCopy full SHA for 557937a
src/linux/Packaging.Linux/build.sh
@@ -41,7 +41,7 @@ esac
41
done
42
43
# Ensure install prefix exists
44
-if [! -d "$INSTALL_PREFIX" ]; then
+if [ ! -d "$INSTALL_PREFIX" ]; then
45
mkdir -p "$INSTALL_PREFIX"
46
fi
47
0 commit comments