entered into RCS
authorRichard Stallman <rms@gnu.org>
Thu, 9 Jul 1992 06:20:53 +0000 (06:20 +0000)
committerRichard Stallman <rms@gnu.org>
Thu, 9 Jul 1992 06:20:53 +0000 (06:20 +0000)
From-SVN: r1539

gcc/fixincludes

index 926f941fd61e0617eae47fd0cc357de4fec859c8..21e5fc79cc2ae77b2d8ec7dc6d75921bda2056f7 100755 (executable)
@@ -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