diff options
Diffstat (limited to '')
-rw-r--r-- | lang/cli/files/patch-buildall | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lang/cli/files/patch-buildall b/lang/cli/files/patch-buildall new file mode 100644 index 000000000000..bfe3f6c8f5d8 --- /dev/null +++ b/lang/cli/files/patch-buildall @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- buildall 2002/04/16 15:44:18 1.1 ++++ buildall 2002/04/16 15:44:34 +@@ -17,6 +17,8 @@ + # Make command errors fatal + set -e + ++. env.sh ++ + if test X"${TARGETCOMPLUS}" = "X" + then + echo "ERROR: The TARGETCOMPLUS environment variable isn't set." |