From ba9d7e03fc47a49903c41ef39f7baf2bb69d1fd5 Mon Sep 17 00:00:00 2001 From: Jaromil Date: Sun, 1 Jun 2014 22:19:03 +0200 Subject: [PATCH] make sure sbin is in PATH this helps find cryptsetup --- tomb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tomb b/tomb index 5d45c4c..7e49fd2 100755 --- 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 # }}}