FWIW in alsa-tools from git://git.alsa-project.org/alsa-tools.git

--- alsa-tools/sb16_csp/gitcompile.orig    2008-12-23 16:34:58.000000000 +1000
+++ alsa-tools/sb16_csp/gitcompile 2008-12-23 16:33:19.000000000 +1000
@@ -25,6 +25,6 @@
 echo "./configure $@"
 ./configure $@ || exit 1
 unset CFLAGS
-if -z "$GITCOMPILE_NO_MAKE"; then
+if test -z "$GITCOMPILE_NO_MAKE"; then
   make || exit 1
 fi

--markc

------------------------------------------------------------------------------
_______________________________________________
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to