Ver código fonte

allow to run bootstrap from build-folder

Jean-Baptiste Kempf 9 anos atrás
pai
commit
70b038c85f
1 arquivos alterados com 2 adições e 0 exclusões
  1. 2 0
      bootstrap

+ 2 - 0
bootstrap

@@ -13,6 +13,8 @@
 
 set -e
 
+cd "$(dirname "$0")"
+
 autoreconf --install --force --verbose ${ACLOCAL_ARGS}
 
 set +x