summaryrefslogtreecommitdiff
path: root/boot
diff options
context:
space:
mode:
authorThomas Miedema <thomasmiedema@gmail.com>2015-07-14 17:15:12 +0200
committerThomas Miedema <thomasmiedema@gmail.com>2015-07-15 13:30:49 +0200
commita592e9ffcfb288cd154bad60dc8003b781355533 (patch)
tree7a44e7fe697c8b353b1157aad695bafa594d72dc /boot
parent348f5ca4c2bd4b99a1d74cbb932729687c53338e (diff)
downloadhaskell-a592e9ffcfb288cd154bad60dc8003b781355533.tar.gz
Remove all references to sync-all
Diffstat (limited to 'boot')
-rwxr-xr-xboot2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot b/boot
index af5ccc2853..7bcc7a15aa 100755
--- a/boot
+++ b/boot
@@ -72,7 +72,7 @@ sub sanity_check_tree {
# has a LICENSE file instead.
if (! -f "$dir/LICENSE") {
print STDERR "Error: $dir/LICENSE doesn't exist.\n";
- die "Maybe you haven't done './sync-all get'?";
+ die "Maybe you haven't done 'git submodule update --init'?";
}
}
}