diff options
Diffstat (limited to 'debian/patches/013_bash_in_ld_testsuite.patch')
-rw-r--r-- | debian/patches/013_bash_in_ld_testsuite.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/patches/013_bash_in_ld_testsuite.patch b/debian/patches/013_bash_in_ld_testsuite.patch index 7e5a5a8..09be8ac 100644 --- a/debian/patches/013_bash_in_ld_testsuite.patch +++ b/debian/patches/013_bash_in_ld_testsuite.patch @@ -4,7 +4,7 @@ Index: b/ld/testsuite/config/default.exp =================================================================== --- a/ld/testsuite/config/default.exp +++ b/ld/testsuite/config/default.exp -@@ -121,10 +121,10 @@ proc get_link_files {varname} { +@@ -124,10 +124,10 @@ proc get_link_files {varname} { #makefile rules, with embedded shell variable expansions. #make wants $$shell_var, we want $shell_var ... set cmd "host='$target_triplet' && . $srcdir/../configure.host && sed -e 's,\\\$\\\$,\$,g' <<EOF\n\$$varname\nEOF" @@ -17,7 +17,7 @@ Index: b/ld/testsuite/config/default.exp if $status { error "Error getting native link files: $result" } set $varname $result send_log "$varname = $result\n" -@@ -134,7 +134,7 @@ proc get_link_files {varname} { +@@ -137,7 +137,7 @@ proc get_link_files {varname} { proc get_target_emul {} { global target_triplet global srcdir |