Skip to content

Commit 50ac9dd

Browse files
Fixing a bash syntax error that seems to have worked on macos
1 parent 3266dde commit 50ac9dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

autogen.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ runautoreconf() {
2828
autoreconf -i;
2929
}
3030

31-
if test -d .git && test "$(basename ${PWD})" == "dnmtools"
31+
if test -d .git && test "$(basename ${PWD})" = "dnmtools"
3232
then
3333
runautoreconf
3434
exit 0

0 commit comments

Comments
 (0)