summaryrefslogtreecommitdiff
path: root/bootstrap/ufsdiskimage
diff options
context:
space:
mode:
authordanw <danw>2004-04-24 19:17:09 +0000
committerdanw <danw>2004-04-24 19:17:09 +0000
commit4db2fdd89751d6aedc290e003df74b9d916faf14 (patch)
treead36ec96670dee949b995cf5700d92d183dc25a2 /bootstrap/ufsdiskimage
parent03b74456becf184d24c818eae1d015e29c67f0d4 (diff)
downloadpkgsrc-4db2fdd89751d6aedc290e003df74b9d916faf14.tar.gz
make sure /sbin and /usr/sbin are in $PATH. pkg/24010
Diffstat (limited to 'bootstrap/ufsdiskimage')
-rwxr-xr-xbootstrap/ufsdiskimage3
1 files changed, 2 insertions, 1 deletions
diff --git a/bootstrap/ufsdiskimage b/bootstrap/ufsdiskimage
index e0c750ad00b..331ee945b96 100755
--- a/bootstrap/ufsdiskimage
+++ b/bootstrap/ufsdiskimage
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: ufsdiskimage,v 1.1.1.1 2004/03/11 13:03:59 grant Exp $
+# $NetBSD: ufsdiskimage,v 1.2 2004/04/24 19:17:09 danw Exp $
_getdevice_and_halfway_mount()
{
@@ -102,5 +102,6 @@ main()
esac
}
+PATH=${PATH}:/sbin:/usr/sbin
main "$@"
exit $?