aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/remove-indexes-from-temp-files.sh
diff options
context:
space:
mode:
authorArne H Juul <arnej@yahooinc.com>2022-03-18 12:07:01 +0000
committerArne H Juul <arnej@yahooinc.com>2022-03-18 12:07:26 +0000
commitb5cfd7d01b0f2eac9b86c66664d42953efb84049 (patch)
treeb63f06345b7f5f3bce1302bd1c6ebffd5d7ad95a /config-model/remove-indexes-from-temp-files.sh
parentb8efe39c07f91ceb496a2755e4a610795d3e5c61 (diff)
add missing newlines
Diffstat (limited to 'config-model/remove-indexes-from-temp-files.sh')
-rwxr-xr-xconfig-model/remove-indexes-from-temp-files.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-model/remove-indexes-from-temp-files.sh b/config-model/remove-indexes-from-temp-files.sh
index 41feb65d3f0..988c99bc6e6 100755
--- a/config-model/remove-indexes-from-temp-files.sh
+++ b/config-model/remove-indexes-from-temp-files.sh
@@ -1,3 +1,3 @@
#!/bin/sh
-perl -pi -e 's{[[][0-9]*[]][.]}{[].}g;s{[[][0-9]*[]] }{[] }' temp/*/*.cfg
+perl -pi -e 's{[[][0-9]*[]][.]}{[].}g;s{[[][0-9]*[]] }{[] };chomp;s/$/\n/' temp/*/*.cfg