Also exporting the die() function; it's often useful in custom actions.

This commit is contained in:
Ingo Karkat
2010-06-29 12:52:56 +02:00
parent c58317258e
commit 2d0efff9a8

View File

@@ -601,7 +601,7 @@ _list() {
fi
}
export -f _list
export -f _list die
# == HANDLE ACTION ==
action=$( printf "%s\n" "$ACTION" | tr 'A-Z' 'a-z' )