Commit 4eb6de22 by Richard Stallman

entered into RCS

From-SVN: r1539
parent cd7a1451
...@@ -15,7 +15,7 @@ TERM=unknown ...@@ -15,7 +15,7 @@ TERM=unknown
export TERM export TERM
# Directory in which to store the results. # 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. # Make sure it exists.
if [ ! -d $LIB ]; then if [ ! -d $LIB ]; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment