Skip to content

Commit

Permalink
Revert "Fixed non-POSIX variable name warning"
Browse files Browse the repository at this point in the history
This reverts commit ba693ca.
  • Loading branch information
larsewi committed Jan 13, 2025
1 parent ffb68be commit 5a52be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/acceptance/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ EXTRA_DIST = default.cf.sub dcs.cf.sub plucked.cf.sub run_with_server.cf.sub \
root-MD5=617eb383deffef843ea856b129d0a423.priv

# Recursively include all tests in the dist tarball and set proper permissions
EXTRA_DIST += `wildcard [0-9]*`
EXTRA_DIST += $(wildcard [0-9]*)

dist-hook:
chmod -R go-w $(distdir)
Expand Down

0 comments on commit 5a52be7

Please sign in to comment.