From: Richard Stallman Date: Thu, 9 Jul 1992 06:20:53 +0000 (+0000) Subject: entered into RCS X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4eb6de22d8f24ef7ecdda428f8f2be4e4e9d07bb;p=gcc.git entered into RCS From-SVN: r1539 --- diff --git a/gcc/fixincludes b/gcc/fixincludes index 926f941fd61..21e5fc79cc2 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