entered into RCS

From-SVN: r1539
This commit is contained in:
Richard Stallman 1992-07-09 06:20:53 +00:00
parent cd7a1451a9
commit 4eb6de22d8
1 changed files with 1 additions and 1 deletions

View File

@ -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