aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-03-11 08:49:01 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-03-11 08:49:01 +0000
commit753778b9621d2b339c0b078979a5f75e18e8ddf6 (patch)
tree9f4ff0c572e848aa9a888368f593ddbb47250ff0 /Makefile
parent8fbe31e0ffd42b98dca4460d9c42bc17cca3730b (diff)
Apply queuelog patch and perform final test of "test patches" system
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5168 f38db490-d61c-443f-a65b-d21fe96a405b
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)"; \