_bash_in_ld_testsuite
authorMatthias Klose <doko@debian.org>
Thu, 21 Mar 2019 14:49:23 +0000 (14:49 +0000)
committerMatthias Klose <doko@debian.org>
Thu, 21 Mar 2019 14:49:23 +0000 (14:49 +0000)
===================================================================

Gbp-Pq: Name 013_bash_in_ld_testsuite.patch

ld/testsuite/config/default.exp

index 704ac300e40127e019d2bafc28162b3c718124fc..a4efb2bc320da7c9a7755eacfbb7bed3b0c71177 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
 }