From: Niels Möller Date: Tue, 14 Jan 2003 10:16:04 +0000 (+0100) Subject: Added missing #! /bin/sh. X-Git-Tag: nettle_1.7_release_20030311~79 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cd4a02ad2f00371dde9e29e9329e2c14deea92a1;p=thirdparty%2Fnettle.git Added missing #! /bin/sh. Rev: src/nettle/.bootstrap:1.2 --- diff --git a/.bootstrap b/.bootstrap index f4968829..22c27e9e 100755 --- a/.bootstrap +++ b/.bootstrap @@ -1 +1,3 @@ +#! /bin/sh + aclocal && autoconf && autoheader && automake -a