From c29ea5dd01c2a66c252423b26d4774b40a935fad Mon Sep 17 00:00:00 2001 From: Armijn Hemel Date: Tue, 7 Dec 2004 17:38:55 +0000 Subject: [PATCH] add gcc to the default PATH in nixu svn path=/nixu/trunk/; revision=1840 --- boot/builder.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/boot/builder.sh b/boot/builder.sh index d09eaa11d58..6adf93e99ee 100755 --- a/boot/builder.sh +++ b/boot/builder.sh @@ -33,6 +33,7 @@ for i in $boot $halt $login $env; do -e "s^@gnutar\@^$gnutar^g" \ -e "s^@gnugrep\@^$gnugrep^g" \ -e "s^@gzip\@^$gzip^g" \ + -e "s^@gcc\@^$gcc^g" \ -e "s^@out\@^$out^g" \ < $i > $dst chmod +x $dst