Explorar el Código

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

Nathalie Furmento hace 14 años
padre
commit
c099c48e8f
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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."