]> git.ipfire.org Git - thirdparty/git.git/blobdiff - generate-cmdlist.sh
strmap: enable allocations to come from a mem_pool
[thirdparty/git.git] / generate-cmdlist.sh
index 45fecf8bdfb21abea3c8935ba926ab819773509e..9dbbb08e70a1c7755d4f5925c28baaf029c00a8d 100755 (executable)
@@ -10,7 +10,7 @@ command_list () {
 }
 
 get_categories () {
-       tr ' ' '\n'|
+       tr ' ' '\012'|
        grep -v '^$' |
        sort |
        uniq