summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2015-06-28 15:26:19 +0200
committerMatthias Beyer <mail@beyermatthias.de>2015-09-07 16:11:45 +0200
commitc825fa1af583ee90f3b94b99d744ab0e248905e4 (patch)
tree6c281c7b8498642ced1acabac5eecffe517eaef8
parent80bc48e7440c046f11acba98401f73616172bd1a (diff)
Fix: Sort command list
-rw-r--r--nix-utils.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix-utils.sh b/nix-utils.sh
index 1aa35c5..b21c4ab 100644
--- a/nix-utils.sh
+++ b/nix-utils.sh
@@ -141,7 +141,7 @@ caller_util_list_subcommands_for() {
for cmd in $(caller_util_all_commands $1)
do
scriptname_to_command "$cmd" "$1"
- done
+ done | sort
}
# Argument 1: Caller script name