kiss: Add missing environment variables to as_root()

This commit is contained in:
Dylan Araps 2020-05-25 18:40:58 +03:00
parent 14a1bd3638
commit 1741a04968
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 3 additions and 0 deletions

3
kiss
View File

@ -1393,6 +1393,9 @@ args() {
KISS_FORCE="$KISS_FORCE" \
KISS_ROOT="$KISS_ROOT" \
KISS_CHOICE="$KISS_CHOICE" \
KISS_COLOR="$KISS_COLOR" \
KISS_TMPDIR="$KISS_TMPDIR" \
KISS_PID="$KISS_PID" \
kiss "$action" "$@"
return