*** empty log message ***
authorRichard Stallman <rms@gnu.org>
Thu, 9 Jul 1992 06:21:13 +0000 (06:21 +0000)
committerRichard Stallman <rms@gnu.org>
Thu, 9 Jul 1992 06:21:13 +0000 (06:21 +0000)
From-SVN: r1540

gcc/fixinc.svr4

index 4288efc8bd6448d60d658ddd745f8deef52b08df..736fdb19a8a082050297e297bd817b8bd9233789 100755 (executable)
@@ -41,7 +41,7 @@ exit 1
 fi
 
 # 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