< prev index next >

test/compiler/ciReplay/common.sh

Print this page
rev 7376 : 8062012: test/compiler/ciReplay/TestSA.sh should be updated to work w/ modular image build
Remove mention of the obsolete jar.
reviewed-by: Igor Ignatyev
testing: jprt

@@ -261,14 +261,14 @@
         core_with_dir=`echo $core_locations | awk '{print $1}'`
         core_with_pid=`echo $core_locations | awk '{print $2}'`
         dir=`dirname $core_with_dir`
         file=`basename $core_with_dir`
         # add <core_path>/core.<pid> core
-        core_locations="'$core_with_dir' '$file'"
+        core_locations='$core_with_dir' '$file'
         if [ -n "${core_with_pid}" ]
         then
-            core_locations="$core_locations '$core_with_pid' '$dir${FS}$core_with_pid'"
+            core_locations=$core_locations '$core_with_pid' '$dir${FS}$core_with_pid'
         fi
     fi
 
     echo "LOOKING FOR CORE IN ${core_locations}"
     for core in $core_locations
< prev index next >