tomb

the crypto undertaker
git clone git://parazyd.org/tomb.git
Log | Files | Refs | README | LICENSE

commit ba9d7e03fc47a49903c41ef39f7baf2bb69d1fd5
parent 85fe8fdc019d9e39bf9b278a9449e05871655e11
Author: Jaromil <jaromil@dyne.org>
Date:   Sun,  1 Jun 2014 22:19:03 +0200

make sure sbin is in PATH

this helps find cryptsetup

Diffstat:
Mtomb | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tomb b/tomb @@ -64,8 +64,8 @@ typeset -h _uid typeset -h _gid typeset -h _tty -# Set a sensible PATH -# PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/bin +# Make sure sbin is in PATH +PATH+=:/sbin:/usr/sbin # }}}