From fa43eaec96d1d0dc59f090424909b007f3dbffd8 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Wed, 10 Oct 2007 21:53:53 +0000 Subject: [PATCH] Typo in apps/Makefile. --- apps/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/Makefile b/apps/Makefile index 4daa92382f..ce66a21c91 100644 --- a/apps/Makefile +++ b/apps/Makefile @@ -103,7 +103,7 @@ install: chmod 755 $(INSTALL_PREFIX)$(INSTALLTOP)/bin/$$i.new; \ mv -f $(INSTALL_PREFIX)$(INSTALLTOP)/bin/$$i.new \ $(INSTALL_PREFIX)$(INSTALLTOP)/bin/$$i; \ - ) done; + ); done @for i in $(SCRIPTS); \ do \ (echo installing $$i; \ -- 2.25.1