Skip to content

Commit 2e11043

Browse files
committed
Allow user to display CMake log manually
1 parent 1135557 commit 2e11043

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

grantlee5/linuxdeploy-plugin-grantlee5.sh

+1-3
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ EOF
9191
cmake . &>cmake.log
9292

9393
# clean up log if everything worked, otherwise it would be printed by the cleanup handler
94-
rm cmake.log
94+
[[ "$VERBOSE" != "" ]] && rm cmake.log
9595

9696
imported_location="$(cat imported-location)"
9797

@@ -100,8 +100,6 @@ EOF
100100
exit 2
101101
fi
102102

103-
GRANTLEE5_PLUGINS_DIR="$(dirname "$imported_location")"
104-
105103
popd &>/dev/null
106104
fi
107105

0 commit comments

Comments
 (0)