Salome HOME
Small correction
authormaintenance team <salome-mnt@opencascade.com>
Tue, 19 Sep 2006 05:33:16 +0000 (05:33 +0000)
committermaintenance team <salome-mnt@opencascade.com>
Tue, 19 Sep 2006 05:33:16 +0000 (05:33 +0000)
config_files/common.sh

index 4f79b106531c52bcf3a46e8eaf0904c9c2220b60..2f33ae8ed98297846ad5f3ca6fd2aba909689d59 100755 (executable)
@@ -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}