# HG changeset patch # User Matti Hamalainen # Date 1208375973 -10800 # Node ID 9b207731e81e5377448e543e69318a6862bea587 # Parent f4e878e8b1e3566a10b250b1fee598828af9e223 Use test instead of [ ]. diff -r f4e878e8b1e3 -r 9b207731e81e src/audacious/Makefile --- a/src/audacious/Makefile Wed Apr 16 22:14:18 2008 +0300 +++ b/src/audacious/Makefile Wed Apr 16 22:59:33 2008 +0300 @@ -185,7 +185,7 @@ LDFLAGS += ${PROG_IMPLIB_LDFLAGS} build_stamp.c: - if [ -d ../../.hg ]; then \ + if test -d ../../.hg ; then \ revh=`hg tip --template 'const char *svn_stamp = "#rev#:#node|short#";\n' 2>/dev/null`; \ [ -z "$$revh" ] || echo "$$revh" > build_stamp.c; \ else \