From cd4a02ad2f00371dde9e29e9329e2c14deea92a1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se>
Date: Tue, 14 Jan 2003 11:16:04 +0100
Subject: [PATCH] Added missing #! /bin/sh.

Rev: src/nettle/.bootstrap:1.2
---
 .bootstrap | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.bootstrap b/.bootstrap
index f4968829..22c27e9e 100755
--- a/.bootstrap
+++ b/.bootstrap
@@ -1 +1,3 @@
+#! /bin/sh
+
 aclocal && autoconf && autoheader && automake -a
-- 
GitLab