aboutsummaryrefslogtreecommitdiff
path: root/bin/nocheckin
diff options
context:
space:
mode:
authorAlec Goncharow <alec@goncharow.dev>2024-03-01 20:50:58 -0500
committerAlec Goncharow <alec@goncharow.dev>2024-03-01 20:50:58 -0500
commit5991cc4137857ab65fcdd5bfc8cd1a6d028a75d9 (patch)
treeee0dd93f997c73c98899a627cb6587f72fb4ac99 /bin/nocheckin
parent746191705b5d4874cca835fd9195d756dcfd3f2d (diff)
. . .
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