git.annexia.org
/
febootstrap.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b900dfd
)
Another CDPATH fix (Ján ONDREJ (SAL)).
author
Richard Jones
<rjones@redhat.com>
Tue, 21 Apr 2009 08:40:11 +0000
(09:40 +0100)
committer
Richard Jones
<rjones@redhat.com>
Tue, 21 Apr 2009 08:40:11 +0000
(09:40 +0100)
febootstrap-to-initramfs.sh
patch
|
blob
|
history
diff --git
a/febootstrap-to-initramfs.sh
b/febootstrap-to-initramfs.sh
index
5fa7f5e
..
6dfc3f9
100755
(executable)
--- 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"