From 2f2b6ccadf2a4dbd2426c7f2b49740c71a257a71 Mon Sep 17 00:00:00 2001 From: ceriel Date: Fri, 26 Jun 1992 11:54:22 +0000 Subject: [PATCH] Some corrections --- first/first | 8 ++++++-- first/mk_config | 4 ++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/first/first b/first/first index af4aea763..bc2b735f2 100755 --- a/first/first +++ b/first/first @@ -7,9 +7,13 @@ first) FDIR=. esac if echo 'a\c' | grep 'c' >/dev/null ; then - E_FLAG='-n' E_SFX='' : We have BSD-like echo command. + : We have BSD-like echo command. + E_FLAG='-n' + E_SFX='' else - E_FLAG='' E_SFX='\c' : We have SystemV-like echo command. + : We have SystemV-like echo command. + E_FLAG='' + E_SFX='\c' fi export E_FLAG E_SFX diff --git a/first/mk_config b/first/mk_config index dab032ac2..9fface7f6 100755 --- a/first/mk_config +++ b/first/mk_config @@ -81,6 +81,10 @@ EOF fi cd ../.. fi + if [ -f $SRC_HOME/mach/$i/mach_params ] + then : + else continue + fi for j in libem libend libmon libfp libsys libdb do if [ -d $i/$j ] -- 2.34.1