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 587fa40 commit 37462e1Copy full SHA for 37462e1
shutter/scripts/run_configure.sh
@@ -3,7 +3,7 @@
3
4
if [[ SHUTTER_PUSH_LOGS_ENABLED=true ]];
5
then
6
- ./configure.sh | rotatelogs -n 1 -e -c /tmp/configure.log 5M
+ configure.sh | rotatelogs -n 1 -e -c /tmp/configure.log 5M
7
else
8
- ./configure.sh
+ configure.sh
9
fi
0 commit comments