We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
[
[[
1 parent 5092a75 commit 1c4ccaaCopy full SHA for 1c4ccaa
bin/test-gem-install
@@ -2,7 +2,7 @@
2
#
3
# run as part of CI
4
5
-if [[ $# -lt 1 ]] ; then
+if [ $# -lt 1 ] ; then
6
echo "usage: $(basename $0) <gems_dir> [install_flags]"
7
exit 1
8
fi
0 commit comments