We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9cbd40 commit dc57795Copy full SHA for dc57795
1 file changed
Makefile
@@ -74,7 +74,7 @@ docs: build-docs
74
# Rules for build and publish
75
76
check-working-tree:
77
- @[[ ! -z "`git status -s`" ]] && \
+ @[ ! -z "`git status -s`" ] && \
78
echo "Stopping publish. There are change to commit or discard." && \
79
exit 1
80
0 commit comments