浏览代码

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

Nathalie Furmento 14 年之前
父节点
当前提交
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."