Skip to content

Commit

Permalink
Fix autodist.sh for changes made by autoupdate.
Browse files Browse the repository at this point in the history
  • Loading branch information
natefoo committed Nov 13, 2018
1 parent a2319d7 commit 107b432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autodist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ fi
cd /slurm-drmaa
# replace rev fetching command with its output
sed -i -E -e 's/^(AC_INIT\(.*)m4_esyscmd_s\([^)]+\)(.*)$/\1['$(eval $(grep '^AC_INIT(' configure.ac | sed -E 's/^AC_INIT\(.*m4_esyscmd_s\(\[([^]]+).*$/\1/'))']\2/' \
sed -i -E -e 's/^(AC_INIT\(.*)m4_esyscmd_s\([^)]+\)(.*)$/\1'$(eval $(grep '^AC_INIT(' configure.ac | sed -E 's/^AC_INIT\(.*m4_esyscmd_s\(([^)]+).*$/\1/'))'\2/' \
-e 's/^(AC_REVISION\()\[m4_esyscmd_s\([^)]+\)\](.*)$/\1['$(eval $(grep '^AC_REVISION(' configure.ac | sed -E 's/^AC_REVISION\(\[m4_esyscmd_s\(\[([^]]+).*$/\1/'))']\2/' configure.ac
./autoclean.sh || true
Expand Down

0 comments on commit 107b432

Please sign in to comment.