]> Cypherpunks repositories - gostls13.git/commitdiff
avoid problem overwriting read-only quietgcc
authorRuss Cox <rsc@golang.org>
Wed, 19 Nov 2008 21:01:32 +0000 (13:01 -0800)
committerRuss Cox <rsc@golang.org>
Wed, 19 Nov 2008 21:01:32 +0000 (13:01 -0800)
TBR=r
OCL=19600
CL=19600

src/make.bash

index 0c9475f4d0cc238425e8500f0ac85ebd930ada22..a6f5fd92c6a2509e70420e73a24a3cfff25a01a5 100755 (executable)
@@ -14,6 +14,7 @@ fi
 
 bash clean.bash
 
+rm -f $HOME/bin/quietgcc
 cp quietgcc.bash $HOME/bin/quietgcc
 chmod +x $HOME/bin/quietgcc