Mercurial > audlegacy
changeset 4464:9b207731e81e
Use test instead of [ ].
author | Matti Hamalainen <ccr@tnsp.org> |
---|---|
date | Wed, 16 Apr 2008 22:59:33 +0300 |
parents | f4e878e8b1e3 |
children | 9888a5613ccc |
files | src/audacious/Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 \