From 417883205cc0745f8e421a29326cedf786ef01e2 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Fri, 9 Feb 2001 01:58:41 +0000 Subject: Changed $* into $@ - $@ is needed when quoted arguments with blanks are used git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@127 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/bison-inst.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter06/bison-inst.sgml') diff --git a/chapter06/bison-inst.sgml b/chapter06/bison-inst.sgml index 51c2231e4..dd620f66b 100644 --- a/chapter06/bison-inst.sgml +++ b/chapter06/bison-inst.sgml @@ -33,7 +33,7 @@ following: #!/bin/sh # Begin /usr/bin/yacc -/usr/bin/bison -y $* +/usr/bin/bison -y $@ # End /usr/bin/yacc EOF -- cgit v1.2.3-54-g00ecf