Skip to content

Commit 107b432

Browse files
committed
Fix autodist.sh for changes made by autoupdate.
1 parent a2319d7 commit 107b432

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autodist.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ fi
4545
cd /slurm-drmaa
4646
4747
# replace rev fetching command with its output
48-
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/' \
48+
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/' \
4949
-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
5050
5151
./autoclean.sh || true

0 commit comments

Comments
 (0)