cppcheck: Fix our target selection.

Change-Id: If0fdd7737150357026524a0884b938b809e1244f
Reviewed-on: https://code.wireshark.org/review/34277
Reviewed-by: Gerald Combs <gerald@wireshark.org>
This commit is contained in:
Gerald Combs 2019-08-13 15:32:45 -07:00
parent 9784b1dda1
commit 6193c3a5b4
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ if [ $# -gt 0 ]; then
TARGET="$TARGET $*"
fi
if [ -z "TARGET" ] ; then
if [ -z "$TARGET" ] ; then
TARGET=.
fi