_bash_in_ld_testsuite
authorMatthias Klose <doko@debian.org>
Fri, 9 Feb 2018 18:24:28 +0000 (18:24 +0000)
committerMatthias Klose <doko@debian.org>
Fri, 9 Feb 2018 18:24:28 +0000 (18:24 +0000)
===================================================================

Gbp-Pq: Name 013_bash_in_ld_testsuite.patch

ld/testsuite/config/default.exp

index 29c020ffa46ed77358d05c63fa8e6100e37e9a28..2e457a1f40fceff694d24edf1e3c02a0a1999d1a 100644 (file)
@@ -117,7 +117,7 @@ load_lib ld-lib.exp
 proc get_target_emul {} {
     global target_triplet
     global srcdir
-    set status [catch "exec sh -c \"targ='$target_triplet' && . $srcdir/../configure.tgt && echo \\\$targ_emul\"" result]
+    set status [catch "exec bash -c \"targ='$target_triplet' && . $srcdir/../configure.tgt && echo \\\$targ_emul\"" result]
     if $status { error "Error getting emulation name: $result" }
     return $result
 }