From 44f3c68595f51609d8cc370aae492ed16e446054 Mon Sep 17 00:00:00 2001 From: maintenance team Date: Fri, 23 May 2008 11:51:25 +0000 Subject: [PATCH] Small correction for update CAS la files --- config_files/CAS-6.2sp3.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config_files/CAS-6.2sp3.sh b/config_files/CAS-6.2sp3.sh index 94bdbd3..a98a986 100755 --- a/config_files/CAS-6.2sp3.sh +++ b/config_files/CAS-6.2sp3.sh @@ -1,4 +1,4 @@ -#!/bin/bash -noprofile + #!/bin/bash -noprofile #################################################################################### # File : CAS-6.2sp3.sh @@ -178,7 +178,7 @@ if [ "$gllibdir" != "" ] ; then fi sed -e "s%-lGL%%g" \ -e "s%[^[:space:]]*libGL.la[[:space:]]%%g" \ - -e "s%^dependency_libs='\(.*\)%dependency_libs='${str_to_replace} \1%" \ + -e "s%^dependency_libs='\(.*\)%dependency_libs=' ${str_to_replace}\1%" \ libTKOpenGl.la > libTKOpenGl.la.new mv -f libTKOpenGl.la.new libTKOpenGl.la fi -- 2.39.2