summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/qt-configure-module.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/qt-configure-module.in b/bin/qt-configure-module.in
index 71151fc3a0..e102c0927b 100755
--- a/bin/qt-configure-module.in
+++ b/bin/qt-configure-module.in
@@ -21,7 +21,7 @@ if [ ! -f "$module_root/CMakeLists.txt" ]; then
fi
optfile=config.opt
-if [ -f "$optfile" ]; then rm "$optfile"; fi
+echo > "$optfile"
for arg in "$@"; do
echo $arg >> "$optfile"
done