summaryrefslogtreecommitdiff
path: root/libgfortran/mk-kinds-h.sh
diff options
context:
space:
mode:
authorFrancois-Xavier Coudert <fxcoudert@gcc.gnu.org>2007-11-08 19:17:19 +0000
committerFrançois-Xavier Coudert <fxcoudert@gcc.gnu.org>2007-11-08 19:17:19 +0000
commit66ec5f8742ac9a9bc6401886f3e81ed61ef974f1 (patch)
tree3762d5087f1232e6ae9fce83b3c9c9fc06d2afe5 /libgfortran/mk-kinds-h.sh
parent487f9d960a6dfb5e8d11e9ebb3f3d6e0ac990688 (diff)
downloadgcc-66ec5f8742ac9a9bc6401886f3e81ed61ef974f1.tar.gz
* mk-kinds-h.sh: Change sed syntax.
From-SVN: r130015
Diffstat (limited to 'libgfortran/mk-kinds-h.sh')
-rwxr-xr-xlibgfortran/mk-kinds-h.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgfortran/mk-kinds-h.sh b/libgfortran/mk-kinds-h.sh
index 1e97e5b85b3..02c152c9ce5 100755
--- a/libgfortran/mk-kinds-h.sh
+++ b/libgfortran/mk-kinds-h.sh
@@ -59,7 +59,7 @@ for k in $possible_real_kinds; do
# Check for the value of HUGE
echo "print *, huge(0._$k) ; end" > tmq$$.f90
huge=`$compile -c -fdump-parse-tree tmq$$.f90 | grep TRANSFER \
- | sed 's/ *TRANSFER *// ; s/_.*//'`
+ | sed 's/ *TRANSFER *//' | sed 's/_.*//'`
rm -f tmq$$.*
# Check for the value of DIGITS