Selaa lähdekoodia

autogen.sh: specify shell to execute the script (this is needed by buildbot)

Nathalie Furmento 14 vuotta sitten
vanhempi
commit
c099c48e8f
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2 1
      autogen.sh

+ 2 - 1
autogen.sh

@@ -1,4 +1,5 @@
-:
+#!/bin/sh
+
 if ! libtool --version > /dev/null
 then
 	echo "Libtool is missing, please install it."