summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2005-03-11 08:49:01 +0000
committerMark Spencer <markster@digium.com>2005-03-11 08:49:01 +0000
commitdbd42a645f2a9906aac3af2163968edfb51590d9 (patch)
tree9f4ff0c572e848aa9a888368f593ddbb47250ff0 /Makefile
parent2e0cf7a00c7a6a953ea975696b0aa7b995737e9a (diff)
Apply queuelog patch and perform final test of "test patches" system
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5168 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f1137ac92..56b1dcc7b 100755
--- a/Makefile
+++ b/Makefile
@@ -660,7 +660,7 @@ apply:
unapply:
@if [ -z "$(PATCH)" ]; then \
echo "Usage: make PATCH=<patchname> unapply"; \
- elif !grep -q ^$(PATCH)$$ patches/.applied 2>/dev/null; then \
+ elif ! grep -q ^$(PATCH)$$ patches/.applied 2>/dev/null; then \
echo "Patch $(PATCH) is not applied"; \
elif [ -f "patches/$(PATCH)" ]; then \
echo "Un-applying patch $(PATCH)"; \