소스 검색

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."