Skip to content

Commit 1c4ccaa

Browse files
committed
ci: test-gem-install should use [ not [[
because we're using /bin/sh for alpine, and /bin/sh doesn't recognize it
1 parent 5092a75 commit 1c4ccaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/test-gem-install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# run as part of CI
44
#
5-
if [[ $# -lt 1 ]] ; then
5+
if [ $# -lt 1 ] ; then
66
echo "usage: $(basename $0) <gems_dir> [install_flags]"
77
exit 1
88
fi

0 commit comments

Comments
 (0)