summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xfebootstrap-minimize.sh2
-rwxr-xr-xfebootstrap-run.sh2
-rwxr-xr-xfebootstrap-to-initramfs.sh2
-rwxr-xr-xfebootstrap.sh2
4 files changed, 8 insertions, 0 deletions
diff --git a/febootstrap-minimize.sh b/febootstrap-minimize.sh
index 21b7522..b4f23c5 100755
--- a/febootstrap-minimize.sh
+++ b/febootstrap-minimize.sh
@@ -18,6 +18,8 @@
#
# Written by Richard W.M. Jones <rjones@redhat.com>
+unset CDPATH
+
TEMP=`getopt \
-o '' \
--long help,all,none,keep-locales,drop-locales,keep-docs,drop-docs,keep-cracklib,drop-cracklib,keep-i18n,drop-i18n,keep-zoneinfo,drop-zoneinfo,keep-rpmdb,drop-rpmdb,keep-yum-cache,drop-yum-cache,keep-services,drop-services,keep-sln,drop-sln,keep-ldconfig,drop-ldconfig,no-pack-executables,pack-executables \
diff --git a/febootstrap-run.sh b/febootstrap-run.sh
index 55df233..d3a7603 100755
--- a/febootstrap-run.sh
+++ b/febootstrap-run.sh
@@ -18,6 +18,8 @@
#
# Written by Richard W.M. Jones <rjones@redhat.com>
+unset CDPATH
+
TEMP=`getopt \
-o g:i: \
--long help,ro \
diff --git a/febootstrap-to-initramfs.sh b/febootstrap-to-initramfs.sh
index 1fdd50e..5fa7f5e 100755
--- a/febootstrap-to-initramfs.sh
+++ b/febootstrap-to-initramfs.sh
@@ -18,6 +18,8 @@
#
# Written by Richard W.M. Jones <rjones@redhat.com>
+unset CDPATH
+
if [ $# -ne 1 ]; then
echo "febootstrap-to-initramfs DIR > initrd.img"
exit 1
diff --git a/febootstrap.sh b/febootstrap.sh
index fc819fe..867de63 100755
--- a/febootstrap.sh
+++ b/febootstrap.sh
@@ -18,6 +18,8 @@
#
# Written by Richard W.M. Jones <rjones@redhat.com>
+unset CDPATH
+
TEMP=`getopt \
-o g:i:p:u: \
--long groupinstall:,group-install:,help,install:,noclean,no-clean,proxy:,updates: \