aboutsummaryrefslogtreecommitdiff
path: root/bin/nocheckin
diff options
context:
space:
mode:
Diffstat (limited to 'bin/nocheckin')
-rwxr-xr-xbin/nocheckin2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/nocheckin b/bin/nocheckin
index b0c778c..f7d0ce0 100755
--- a/bin/nocheckin
+++ b/bin/nocheckin
@@ -27,6 +27,6 @@ STATUS=$($SEARCH_CMD | wc -l)
if ((STATUS > 0)); then
echo -e "$MESSAGE_0" "$STATUS" "$MESSAGE_1";
- ($SEARCH_CMD | xargs "$GREP_CMD");
+ ($SEARCH_CMD | xargs $GREP_CMD);
exit 1;
fi