Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add quotes to Makefile.am when building rels
  • Loading branch information
Klacke committed Jul 13, 2015
1 parent 89b4374 commit 20585c2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Makefile.am
Expand Up @@ -128,13 +128,13 @@ distclean-local:


mkinstaller: cleaninstaller
$(AM_V_at)if [ -z $(UNIX2DOS) -a -z $(TODOS) ]; then \
echo "No unix2dos/todos program found"; \
echo "Run apt-get install dos2unix/tofrodos"; \
exit 1; \
$(AM_V_at)if [ -z "$(UNIX2DOS)" -a -z "$(TODOS)" ]; then \
echo "No unix2dos/todos program found"; \
echo "Run apt-get install dos2unix/tofrodos"; \
exit 1; \
fi

$(AM_V_at)if [ ! -d $(INSTALL_BUILDER) ]; then \
$(AM_V_at)if [ ! -d "$(INSTALL_BUILDER)" ]; then \
echo "No installer-builder found"; \
echo "For more information, read win32/README.developer"; \
exit 1; \
Expand Down

0 comments on commit 20585c2

Please sign in to comment.