diff options
author | June McEnroe <june@causal.agency> | 2020-08-25 19:37:30 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-08-25 19:37:30 -0400 |
commit | 47e3f9a3160edbeaaf4394944b1d6a5f0a83a8bc (patch) | |
tree | a89ec54c375e2eceb1cfd193bcad782f8f09dc05 /rc.d | |
parent | Remove deprecated option names (diff) | |
download | pounce-47e3f9a3160edbeaaf4394944b1d6a5f0a83a8bc.tar.gz pounce-47e3f9a3160edbeaaf4394944b1d6a5f0a83a8bc.zip |
Support the pounce_env rc variable
Diffstat (limited to 'rc.d')
-rw-r--r-- | rc.d/pounce.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rc.d/pounce.in b/rc.d/pounce.in index 99ed016..b8dda40 100644 --- a/rc.d/pounce.in +++ b/rc.d/pounce.in @@ -33,6 +33,7 @@ if [ -n "$2" ]; then eval pounce_flags="\${pounce_${profile}_flags:-${pounce_flags}}" eval pounce_chdir="\${pounce_${profile}_chdir:-${pounce_chdir}}" eval pounce_user="\${pounce_${profile}_user:-${pounce_user}}" + eval pounce_env="\${pounce_${profile}_env:-${pounce_env}}" else echo "$0: extra argument ignored" fi |