summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorUser Erdgeist <erdgeist@avon.ccc.de>2014-02-13 21:23:46 +0000
committerUser Erdgeist <erdgeist@avon.ccc.de>2014-02-13 21:23:46 +0000
commit9cc6ce1928c844895a3496df56af793b9532eb7f (patch)
tree7d4c7310a30414400e3b322c4689a2388a471d4a /src
parent156dde9d0c57291d6154a51486b479ce36d7d3f3 (diff)
Strip trailing white space
Diffstat (limited to 'src')
-rwxr-xr-xsrc/makecolumns.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makecolumns.sh b/src/makecolumns.sh
index ff8a1e4..d537763 100755
--- a/src/makecolumns.sh
+++ b/src/makecolumns.sh
@@ -124,7 +124,7 @@ handle_old_format() {
124 printf "Splitting decompress vname chunks into their columns ... " 124 printf "Splitting decompress vname chunks into their columns ... "
125 jot -w "%0${filename_len}d" - ${vname_file} $(( number_of_files - 1 )) 3 | xargs cat | tr '\n\0' '\t\n' | tr -d '\377' > 03_Vorname 125 jot -w "%0${filename_len}d" - ${vname_file} $(( number_of_files - 1 )) 3 | xargs cat | tr '\n\0' '\t\n' | tr -d '\377' > 03_Vorname
126 printf "done.\n" 126 printf "done.\n"
127 127
128 printf "Splitting decompress table file chunks into their columns ... " 128 printf "Splitting decompress table file chunks into their columns ... "
129 jot -w %0${filename_len}d - ${table_file} $(( number_of_files - 1 )) 3 | splitold 4 0 129 jot -w %0${filename_len}d - ${table_file} $(( number_of_files - 1 )) 3 | splitold 4 0
130# for file in `jot -w %0${filename_len}d - ${table_file} $(( number_of_files - 1 )) 3`; do 130# for file in `jot -w %0${filename_len}d - ${table_file} $(( number_of_files - 1 )) 3`; do