X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=febootstrap.sh;h=fc819fe82c2e8f7e9524d012d7769896a564ed16;hb=efd83597d9107b725e1b31a88540ff3a5e52ec41;hp=5bdb5dbaa20816bb5869458873d5cd84494c26e2;hpb=616d80ae910d93e9471a7eaf2a6798f423d2674a;p=febootstrap.git diff --git a/febootstrap.sh b/febootstrap.sh index 5bdb5db..fc819fe 100755 --- a/febootstrap.sh +++ b/febootstrap.sh @@ -148,7 +148,7 @@ rm -rf "$target" mkdir "$target" # Target must be an absolute path. -target=$(cd "$target"; pwd) +target=$(cd "$target" > /dev/null; pwd) # This is necessary to keep yum happy. It's not clear why yum can't # just create this file itself.