From 298280540957b13c26f3b2d53c8c494dd57378c7 Mon Sep 17 00:00:00 2001 From: maintenance team Date: Tue, 19 Sep 2006 05:33:16 +0000 Subject: [PATCH] Small correction --- config_files/common.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config_files/common.sh b/config_files/common.sh index 4f79b10..2f33ae8 100755 --- a/config_files/common.sh +++ b/config_files/common.sh @@ -321,9 +321,9 @@ if [ -e ./build.csh ]; then cp -f ./build.csh ${install_root} fi ### !!! copying release notes -for p in `ls ${install_root}` ; do +for p in `ls ../` ; do export pdf=`echo ${p} | sed s/[.]/" "/g | awk '{print $2}'` - if [ ${pdf}="pdf" ]; then + if [ "${pdf}" = "pdf" ]; then export RN=$p if [ ! -e ${install_root}/${RN} ]; then cp -f ../${RN} ${install_root} -- 2.30.2