]> git.alsa-project.org Git - alsa-tools.git/commitdiff
rmedigicontrol/gitcompile fixed typo
authorJaroslav Kysela <perex@perex.cz>
Tue, 19 Aug 2008 17:24:35 +0000 (19:24 +0200)
committerJaroslav Kysela <perex@perex.cz>
Tue, 19 Aug 2008 17:24:35 +0000 (19:24 +0200)
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
rmedigicontrol/gitcompile

index c23547e76c003d6668f3de70a325fc82d880dd7f..0a2ea6b5844c08f335e3bbbd6b17a4355bdffb86 100755 (executable)
@@ -7,7 +7,7 @@ if test -z "$AUTOMAKE_DIR"; then
   if test -d /usr/share/automake; then
     AUTOMAKE_DIR="/usr/share/automake"
   fi
-  if -z "$AUTOMAKE_DIR"; then
+  if test -z "$AUTOMAKE_DIR"; then
     AUTOMAKE_DIR=/usr/share/`ls /usr/share | grep automake | tail -n 1`
   fi
 fi