[linux-lvm] [PATCH 24/35] fsadm: Remove unnecessary modification of PATH variable

Lukas Czerner lczerner at redhat.com
Wed Sep 21 16:45:43 UTC 2011


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 at 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




More information about the linux-lvm mailing list