Skip to content

Commit

Permalink
tap_tool_dispatcher: fix path for checkbashism_tap check
Browse files Browse the repository at this point in the history
  • Loading branch information
mika committed Aug 24, 2015
1 parent 740c8b9 commit 4b60635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tap/tap_tool_dispatcher
Expand Up @@ -95,7 +95,7 @@ if ! [ -x "$(which checkbashisms)" ] ; then
echo "*** Skipping checkbashism checks as tool checkbashisms isn't present ***"
else
if $_opt_checkbashism ; then
echo "/usr/bin/checkbashism_shellchecktap '{}' '>' ${REPORTS_DIRECTORY}'/{}_checkbashism.tap' ';' \\" >> "${TMPFILE}"
echo "/usr/bin/checkbashism_tap '{}' '>' ${REPORTS_DIRECTORY}'/{}_checkbashism.tap' ';' \\" >> "${TMPFILE}"
else
echo "*** Skipping checkbashism tests as requested via --disable-checkbashism ***"
fi
Expand Down

0 comments on commit 4b60635

Please sign in to comment.