diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-04-28 01:45:03 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-04-28 01:45:03 +0300 |
commit | ef325dd0168e95c39da8c14e373740c7254221fa (patch) | |
tree | 12a3cdeebe3684ff2f66add3b6ec4affa19fdb09 /tools/ci | |
parent | 198bedca6164ed52f5b38860a249f83d4ebc70f5 (diff) | |
download | evol-hercules-ef325dd0168e95c39da8c14e373740c7254221fa.tar.gz evol-hercules-ef325dd0168e95c39da8c14e373740c7254221fa.tar.bz2 evol-hercules-ef325dd0168e95c39da8c14e373740c7254221fa.tar.xz evol-hercules-ef325dd0168e95c39da8c14e373740c7254221fa.zip |
Fix creating m4 directory in ci script.
Diffstat (limited to 'tools/ci')
-rwxr-xr-x | tools/ci/scripts/init.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ci/scripts/init.sh b/tools/ci/scripts/init.sh index e7be691..15645bb 100755 --- a/tools/ci/scripts/init.sh +++ b/tools/ci/scripts/init.sh @@ -71,10 +71,10 @@ function check_error { function run_configure_simple { echo "autoreconf -i" + mkdir m4 autoreconf -i check_error $? mkdir build - mkdir m4 cd build echo "../configure $*" ../configure $* |