From d2492966a97816cf3ac3bdc4c695d5e234d8aafd Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Tue, 19 Aug 2008 19:24:35 +0200 Subject: [PATCH] rmedigicontrol/gitcompile fixed typo Signed-off-by: Jaroslav Kysela --- rmedigicontrol/gitcompile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rmedigicontrol/gitcompile b/rmedigicontrol/gitcompile index c23547e..0a2ea6b 100755 --- a/rmedigicontrol/gitcompile +++ b/rmedigicontrol/gitcompile @@ -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 -- 2.47.1