aboutsummaryrefslogtreecommitdiff
path: root/gas/.Sanitize
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1995-09-18 16:28:11 +0000
committerKen Raeburn <raeburn@cygnus>1995-09-18 16:28:11 +0000
commit0afed96a3415551909dc9a1d9b029b5f8418a73c (patch)
tree1d77affe1965687a5aaed371c43329515bd358fb /gas/.Sanitize
parent667315a3e1fc8867813dde288138f6f502808c8c (diff)
downloadgdb-0afed96a3415551909dc9a1d9b029b5f8418a73c.zip
gdb-0afed96a3415551909dc9a1d9b029b5f8418a73c.tar.gz
gdb-0afed96a3415551909dc9a1d9b029b5f8418a73c.tar.bz2
in verbose mode add newline after files are processed
Diffstat (limited to 'gas/.Sanitize')
-rw-r--r--gas/.Sanitize6
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/.Sanitize b/gas/.Sanitize
index c5bae55..ee74754 100644
--- a/gas/.Sanitize
+++ b/gas/.Sanitize
@@ -124,6 +124,9 @@ else
fi
mv new $f
done
+ if [ -n "${verbose}" ]; then
+ echo ""
+ fi
fi
sh3e_files="ChangeLog"
@@ -145,6 +148,9 @@ else
fi
mv new $f
done
+ if [ -n "${verbose}" ]; then
+ echo ""
+ fi
fi
rce_files="configure.in as.c configure ChangeLog Makefile.in"