changeset 36:50df08fdfb2c

Use [ ] instead of test.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 24 Sep 2011 17:25:34 +0300
parents a2898079d6fe
children 5f366c1ed459
files GNUmakefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/GNUmakefile	Sat Sep 24 17:14:47 2011 +0300
+++ b/GNUmakefile	Sat Sep 24 17:25:34 2011 +0300
@@ -403,7 +403,7 @@
 	rm -f $(MANDIR)/man6/yadex.6
 	ln -s yadex-$(VERSION).6 $(MANDIR)/man6/yadex.6
 	$(OBJDIR)/install -m 644 -d $(SHAREDIR) $(YGD)
-	@if test ! -e $(ETCDIR)/yadex.cfg; then $(OBJDIR)/install -m 644 -d $(ETCDIR) yadex.cfg;fi
+	@if [ ! -e $(ETCDIR)/yadex.cfg ]; then $(OBJDIR)/install -m 644 -d $(ETCDIR) yadex.cfg;fi
 	@echo "---------------------------------------------------------------"
 	@echo "  Yadex is now installed."
 	@echo