summaryrefslogtreecommitdiffstats
path: root/testdisk/build/testdisk.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'testdisk/build/testdisk.SlackBuild')
-rwxr-xr-xtestdisk/build/testdisk.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/testdisk/build/testdisk.SlackBuild b/testdisk/build/testdisk.SlackBuild
index b5259a41..97181069 100755
--- a/testdisk/build/testdisk.SlackBuild
+++ b/testdisk/build/testdisk.SlackBuild
@@ -139,11 +139,11 @@ chmod -R u+w,go+r-w,a-s .
echo Building ...
# Build the Qt interface for photorec if Qt is found on the system.
-# You can still override this by running: USEQT="" ./testdisk.SlackBuild
+# You can still override this by running: USEQT=" " ./testdisk.SlackBuild
if which qtconfig 1>/dev/null2>&1 ; then
USEQT=${USEQT:-"--enable-qt"}
else
- USEQT=${USEQT:-""}
+ USEQT=${USEQT:-" "}
fi
LDFLAGS="$SLKLDFLAGS" \
CXXFLAGS="$SLKCFLAGS" \