Просмотр исходного кода

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

Nathalie Furmento лет назад: 14
Родитель
Сommit
c099c48e8f
1 измененных файлов с 2 добавлено и 1 удалено
  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."