From: Maxim Mamontov Date: Tue, 7 Feb 2012 10:41:33 +0000 (+0200) Subject: Minor echo fix X-Git-Tag: 2.408~4 X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/b95edc0574dc2ebc65b197b1b1ad464821dfe519 Minor echo fix --- diff --git a/projects/sgauth/Makefile b/projects/sgauth/Makefile index 88e1fb9c..99cd0e47 100644 --- a/projects/sgauth/Makefile +++ b/projects/sgauth/Makefile @@ -87,7 +87,7 @@ endif deps: $(SRCS) ../../Makefile.conf sgauth.css $(MAKE) -C $(DIR_LIBSRC) @>deps ;\ - ./make_css.sh + ./make_css.sh ;\ for file in $(SRCS); do\ echo "$$file" | grep ".c$$" > /dev/null;\ if [ $$? -eq 0 ];\