tazpkg diff modules/getenv @ rev 931
Add module/bb: manage Busybox applets.
Remove function definitions that are now in the /lib/libtaz.sh (die, im).
Remove function definitions that are now in the /lib/libtaz.sh (die, im).
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sun Jan 08 11:24:12 2017 +0200 (2017-01-08) |
parents | 908bac5e1d8c |
children | 50421cb50644 |
line diff
1.1 --- a/modules/getenv Fri Dec 04 02:42:03 2015 +0200 1.2 +++ b/modules/getenv Sun Jan 08 11:24:12 2017 +0200 1.3 @@ -17,9 +17,6 @@ 1.4 1.5 . /lib/libtaz.sh 1.6 1.7 -# Report error and finish work 1.8 -die() { longline "$(_ "$@")" >&2; exit 1; } 1.9 - 1.10 # Show debug messages 1.11 debug() { 1.12 if [ -n "$debug" ]; then