aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index 8fc4c4426..984c56cb3 100755
--- a/bootstrap
+++ b/bootstrap
@@ -1,7 +1,7 @@
1#!/bin/sh 1#!/bin/sh
2# 2#
3# We should use /usr/bin/env sh, but some systems are notoriously picky. 3# We should use /usr/bin/env sh, but some systems are notoriously picky.
4# In fact we could ommit this line if some automations wouldn't rely on 4# In fact we could omit this line if some automations wouldn't rely on
5# running this file via ./bootstrap. 5# running this file via ./bootstrap.
6# 6#
7# This file is in the public domain. 7# This file is in the public domain.