diff options
author | Ken Raeburn <raeburn@cygnus> | 1995-09-18 16:28:11 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1995-09-18 16:28:11 +0000 |
commit | 0afed96a3415551909dc9a1d9b029b5f8418a73c (patch) | |
tree | 1d77affe1965687a5aaed371c43329515bd358fb /gas/config/.Sanitize | |
parent | 667315a3e1fc8867813dde288138f6f502808c8c (diff) | |
download | gdb-0afed96a3415551909dc9a1d9b029b5f8418a73c.zip gdb-0afed96a3415551909dc9a1d9b029b5f8418a73c.tar.gz gdb-0afed96a3415551909dc9a1d9b029b5f8418a73c.tar.bz2 |
in verbose mode add newline after files are processed
Diffstat (limited to 'gas/config/.Sanitize')
-rw-r--r-- | gas/config/.Sanitize | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/config/.Sanitize b/gas/config/.Sanitize index 588afa3..b65c063 100644 --- a/gas/config/.Sanitize +++ b/gas/config/.Sanitize @@ -171,6 +171,9 @@ else fi mv new $f done + if [ -n "${verbose}" ]; then + echo "" + fi fi sh3e_files="tc-sh.c" @@ -192,6 +195,9 @@ else fi mv new $f done + if [ -n "${verbose}" ]; then + echo "" + fi fi # End of file. |