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 2365cac commit c46aea7Copy full SHA for c46aea7
src/linux/Packaging.Linux/install-from-source.sh
@@ -26,7 +26,7 @@ if [ -z "$installPrefix" ]; then
26
fi
27
28
# Ensure install directory exists
29
-if [! -d "$installPrefix" ]; then
+if [ ! -d "$installPrefix" ]; then
30
echo "The folder $installPrefix does not exist"
31
exit
32
0 commit comments