From 4eb6de22d8f24ef7ecdda428f8f2be4e4e9d07bb Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Thu, 9 Jul 1992 06:20:53 +0000 Subject: [PATCH] entered into RCS From-SVN: r1539 --- gcc/fixincludes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2