Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bootable-tree-to-xo.sh
diff options
context:
space:
mode:
authorMartin Dengler <martin@martindengler.com>2009-07-02 23:35:30 (GMT)
committer Martin Dengler <martin@martindengler.com>2009-07-02 23:35:30 (GMT)
commit6e35c255f5a906cb0dfed9d93b6bd445f2d7e005 (patch)
tree81e8ed72765ae0158545f97d162720e093fa06c8 /bootable-tree-to-xo.sh
parentf5e61bb219be16aeab13972c5fb1f0be23c91a0d (diff)
put {/usr,}/sbin in PATH
Diffstat (limited to 'bootable-tree-to-xo.sh')
-rwxr-xr-xbootable-tree-to-xo.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootable-tree-to-xo.sh b/bootable-tree-to-xo.sh
index 2ba138b..c105c43 100755
--- a/bootable-tree-to-xo.sh
+++ b/bootable-tree-to-xo.sh
@@ -3,7 +3,7 @@
set -x
set -e
-PATH=$PATH:/usr/sbin
+PATH=/sbin:/usr/sbin:$PATH
cleanup() {
[ -d "$TMP_MNT" ] && rm -rf $TMP_MNT