Skip to content

Commit 609a6c3

Browse files
author
Dave Bartolomeo
committed
Revert "Fix bash nit"
This reverts commit 3228447.
1 parent 3228447 commit 609a6c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actions/extractor/tools/autobuild.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ include:**/action.yaml
1111
END
1212
)
1313

14-
if [ -n "${LGTM_INDEX_INCLUDE}" ] || [ -n "${LGTM_INDEX_EXCLUDE}" ] || [ -n "${LGTM_INDEX_FILTERS}" ] ; then
14+
if [ -n "${LGTM_INDEX_INCLUDE:-}" ] || [ -n "${LGTM_INDEX_EXCLUDE:-}" ] || [ -n "${LGTM_INDEX_FILTERS:-}" ] ; then
1515
echo "Path filters set. Passing them through to the JavaScript extractor."
1616
else
1717
echo "No path filters set. Using the default filters."

0 commit comments

Comments
 (0)