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.
2 parents aff97de + 557937a commit 749e287Copy full SHA for 749e287
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