[gcc-7] 111/354: - Fix stripping newline (see #814978).
Ximin Luo
infinity0 at debian.org
Thu Nov 23 15:50:38 UTC 2017
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch master
in repository gcc-7.
commit 26b62aa6f4e80453eae330fd3d7919d78d011efa
Author: doko <doko at 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca>
Date: Sun Feb 5 20:45:50 2017 +0000
- Fix stripping newline (see #814978).
git-svn-id: svn+ssh://svn.debian.org/svn/gcccvs/branches/sid/gcc-7@9286 6ca36cf4-e1d1-0310-8c6f-e303bb2178ca
---
debian/patches/ada-acats.diff | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/patches/ada-acats.diff b/debian/patches/ada-acats.diff
index 58590c9..3c1ff70 100644
--- a/debian/patches/ada-acats.diff
+++ b/debian/patches/ada-acats.diff
@@ -33,7 +33,7 @@ Index: gcc-7-7-20161112/src/gcc/testsuite/ada/acats/run_all.sh
fi
target_run $dir/support/impbit > $dir/support/impbit.out 2>&1
-target_bit=`cat $dir/support/impbit.out`
-+target_bit=`cat $dir/support/impbit.out` | sed -e 's/\r//g'
++target_bit=`cat $dir/support/impbit.out | sed -e 's/ //g' -e 's/\r//g'`
echo target_bit="$target_bit" >> $dir/acats.log
# Find out a suitable asm statement
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/gcc-7.git
More information about the Reproducible-commits
mailing list