From 6e19bf07700264ef7006f778cd555354e0b42fca Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Tue, 21 Apr 2009 09:40:11 +0100 Subject: Another CDPATH fix (Ján ONDREJ (SAL)). MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- febootstrap-to-initramfs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/febootstrap-to-initramfs.sh b/febootstrap-to-initramfs.sh index 5fa7f5e..6dfc3f9 100755 --- a/febootstrap-to-initramfs.sh +++ b/febootstrap-to-initramfs.sh @@ -25,7 +25,7 @@ if [ $# -ne 1 ]; then exit 1 fi -cd "$1" +cd "$1" > /dev/null if [ ! -f fakeroot.log -a $(id -u) -ne 0 ]; then echo "no fakeroot.log and not running as root" -- cgit