From: wessels <> Date: Fri, 9 Jan 1998 04:01:04 +0000 (+0000) Subject: missing semicolon in sh command X-Git-Tag: SQUID_3_0_PRE1~4221 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=864b03d7b284cda1cbb39c670454d776d175c68f;p=thirdparty%2Fsquid.git missing semicolon in sh command --- diff --git a/icons/Makefile.in b/icons/Makefile.in index e747ac2d29..30f2a297eb 100644 --- a/icons/Makefile.in +++ b/icons/Makefile.in @@ -1,4 +1,4 @@ -# $Id: Makefile.in,v 1.4 1997/08/25 15:55:20 wessels Exp $ +# $Id: Makefile.in,v 1.5 1998/01/08 21:01:04 wessels Exp $ # prefix = @prefix@ exec_prefix = @exec_prefix@ @@ -61,7 +61,7 @@ install: install-mkdirs anthony-xpm.gif else \ echo "$(INSTALL_FILE) $$f $(DEFAULT_ICON_DIR)"; \ $(INSTALL_FILE) $$f $(DEFAULT_ICON_DIR); \ - fi \ + fi; \ done install-mkdirs: