packaging: Add contrib installation
[platform/upstream/git.git] / generate-cmdlist.sh
index 45fecf8..9dbbb08 100755 (executable)
@@ -10,7 +10,7 @@ command_list () {
 }
 
 get_categories () {
-       tr ' ' '\n'|
+       tr ' ' '\012'|
        grep -v '^$' |
        sort |
        uniq