Prevent a potential use-after-fee memory corruption bug in the linker (for PE format...
[deliverable/binutils-gdb.git] / ld / genscrba.sh
index 030cb7d42ecc1aae851843a27e9aa44e8f5cfc00..d10e27a43c60fa18467479b32ee583c0f4d8945e 100644 (file)
@@ -3,7 +3,7 @@ source_em()
 {
   local current_script="$em_script"
   em_script=$1
-  . $em_script
+  source_sh $1
   em_script=$current_script
 }
 fragment()
This page took 0.023447 seconds and 4 git commands to generate.