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 2e29d8b commit fc6f38aCopy full SHA for fc6f38a
Makefile
@@ -171,6 +171,6 @@ merge: ensure_prerequisites
171
172
.PHONY: clean
173
clean:
174
- echo "Cleaning *.mo and $(POSPELL_TMP_DIR)"
175
- rm -fr $(POSPELL_TMP_DIR)
+ @echo "Cleaning *.mo and $(POSPELL_TMP_DIR)"
+ [ -n "$(POSPELL_TMP_DIR)" ] && rm -fr $(POSPELL_TMP_DIR)
176
find -name '*.mo' -delete
0 commit comments