aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1992-07-09 06:20:53 +0000
committerRichard Stallman <rms@gnu.org>1992-07-09 06:20:53 +0000
commit4eb6de22d8f24ef7ecdda428f8f2be4e4e9d07bb (patch)
treee8afb11c54d4b834e223ea92e2d5f211b90a0793
parentcd7a1451a9259064b7db3fcf503c22135c1b2942 (diff)
downloadgcc-4eb6de22d8f24ef7ecdda428f8f2be4e4e9d07bb.zip
gcc-4eb6de22d8f24ef7ecdda428f8f2be4e4e9d07bb.tar.gz
gcc-4eb6de22d8f24ef7ecdda428f8f2be4e4e9d07bb.tar.bz2
entered into RCS
From-SVN: r1539
-rwxr-xr-xgcc/fixincludes2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fixincludes b/gcc/fixincludes
index 926f941..21e5fc7 100755
--- a/gcc/fixincludes
+++ b/gcc/fixincludes
@@ -15,7 +15,7 @@ TERM=unknown
export TERM
# Directory in which to store the results.
-LIB=${1-${LIB-/usr/local/lib/gcc-include}}
+LIB=${1?"fixincludes: output directory not specified"}
# Make sure it exists.
if [ ! -d $LIB ]; then