Skip to content

Commit 1247255

Browse files
committed
fix empty echo
1 parent 31a254d commit 1247255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/configure-x64/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ runs:
6666
--with-cdb \
6767
--enable-flatfile \
6868
--enable-inifile \
69-
$(if [ -f /etc/alpine-release ]; then ; else echo --with-tcadb; fi) \
69+
$(if [ -f /etc/alpine-release ]; then echo ; else echo --with-tcadb; fi) \
7070
--with-lmdb \
7171
$(if [ -f /etc/alpine-release ]; then echo --with-gdbm; else echo --with-qdbm; fi) \
7272
--with-snmp \

0 commit comments

Comments
 (0)