summaryrefslogtreecommitdiff
path: root/.bootstrap
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2003-01-14 11:16:04 +0100
committerNiels Möller <nisse@lysator.liu.se>2003-01-14 11:16:04 +0100
commitcd4a02ad2f00371dde9e29e9329e2c14deea92a1 (patch)
treebb54b007513e4e924244ed980f6dfd4658053378 /.bootstrap
parent7b19e978780898faa770a9d28572fee2b5e2b9b4 (diff)
downloadnettle-cd4a02ad2f00371dde9e29e9329e2c14deea92a1.tar.gz
Added missing #! /bin/sh.
Rev: src/nettle/.bootstrap:1.2
Diffstat (limited to '.bootstrap')
-rwxr-xr-x.bootstrap2
1 files changed, 2 insertions, 0 deletions
diff --git a/.bootstrap b/.bootstrap
index f4968829..22c27e9e 100755
--- a/.bootstrap
+++ b/.bootstrap
@@ -1 +1,3 @@
+#! /bin/sh
+
aclocal && autoconf && autoheader && automake -a