User (or the system) should be set properly so there is no need to modify PATH variable. It also prevent us from setting appropriate PATH before calling the fsadm. Signed-off-by: Lukas Czerner <lczerner@redhat.com> --- scripts/fsadm.sh | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/scripts/fsadm.sh b/scripts/fsadm.sh index 3a00063..55b4688 100755 --- a/scripts/fsadm.sh +++ b/scripts/fsadm.sh @@ -32,9 +32,6 @@ TOOL=$(basename $0) -_SAVEPATH=$PATH -PATH=/sbin:/usr/sbin:/bin:/usr/sbin:$PATH - # utilities TUNE_EXT=tune2fs RESIZE_EXT=resize2fs -- 1.7.4.4 _______________________________________________ linux-lvm mailing list linux-lvm@redhat.com https://www.redhat.com/mailman/listinfo/linux-lvm read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/