summaryrefslogtreecommitdiff
path: root/t/t1509/prepare-chroot.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/t1509/prepare-chroot.sh')
-rwxr-xr-xt/t1509/prepare-chroot.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t1509/prepare-chroot.sh b/t/t1509/prepare-chroot.sh
index c5334a8fa4..62691172e3 100755
--- a/t/t1509/prepare-chroot.sh
+++ b/t/t1509/prepare-chroot.sh
@@ -14,7 +14,7 @@ xmkdir() {
R="$1"
-[ -n "$R" ] || die "Usage: prepare-chroot.sh <root>"
+[ -n "$R" ] || die "usage: 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"