From: simon Date: Tue, 20 Jan 2009 18:36:24 +0000 (+0000) Subject: Fix unintentional bash-specificity in Makefile. (Patch from Colin X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/halibut/commitdiff_plain/e5ac6866d82a7ab000e251e571836271b22edf16?ds=sidebyside Fix unintentional bash-specificity in Makefile. (Patch from Colin Watson.) git-svn-id: svn://svn.tartarus.org/sgt/halibut@8422 cda61777-01e9-0310-a592-d414129be87e --- diff --git a/Makefile b/Makefile index a8554e1..6af0dc2 100644 --- a/Makefile +++ b/Makefile @@ -86,7 +86,7 @@ endif ifdef VER VDEF = -DVERSION=\"$(VER)\" else -VDEF = `(cd $(SRC); md5sum -c manifest >& /dev/null && cat version)` +VDEF = `(cd $(SRC); md5sum -c manifest >/dev/null 2>&1 && cat version)` endif all: halibut