Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jk/no-more-self-assignment'
[gitweb.git]
/
t
/
t1509
/
prepare-chroot.sh
diff --git
a/t/t1509/prepare-chroot.sh
b/t/t1509/prepare-chroot.sh
index c5334a8fa416aedd66a12416c75e85dbd9b6ac70..62691172e34f0d7b5bdfff2920bab4261f9d3b5c 100755
(executable)
--- a/
t/t1509/prepare-chroot.sh
+++ b/
t/t1509/prepare-chroot.sh
@@
-14,7
+14,7
@@
xmkdir() {
R="$1"
-[ -n "$R" ] || die "
U
sage: prepare-chroot.sh <root>"
+[ -n "$R" ] || die "
u
sage: prepare-chroot.sh <root>"
[ -x git ] || die "This script needs to be executed at git source code's top directory"
[ -x /bin/busybox ] || die "You need busybox"