]> Cypherpunks repositories - gostls13.git/commitdiff
use /bin/ed to avoid compatibility issues with plan 9 ed
authorRob Pike <r@golang.org>
Mon, 9 Jun 2008 00:02:01 +0000 (17:02 -0700)
committerRob Pike <r@golang.org>
Mon, 9 Jun 2008 00:02:01 +0000 (17:02 -0700)
SVN=121611

src/cmd/gc/mksys.bash

index 42279868be69f337e172a86247a53c52adafc0ac..8e22567409f77bd8e44eae81003390523de38dc1 100644 (file)
@@ -16,4 +16,4 @@ $a
 
 .
 w sysimport.c
-q' | ed sys.6
+q' | /bin/ed sys.6