[csw-devel] SF.net SVN: gar:[21488] csw/mgar/gar/v2/gar.lib.mk
chninkel at users.sourceforge.net
chninkel at users.sourceforge.net
Wed Jul 10 16:44:03 CEST 2013
Revision: 21488
http://gar.svn.sourceforge.net/gar/?rev=21488&view=rev
Author: chninkel
Date: 2013-07-10 14:44:03 +0000 (Wed, 10 Jul 2013)
Log Message:
-----------
gar/v2: reverted a mistake in the previous commit
Modified Paths:
--------------
csw/mgar/gar/v2/gar.lib.mk
Modified: csw/mgar/gar/v2/gar.lib.mk
===================================================================
--- csw/mgar/gar/v2/gar.lib.mk 2013-07-10 14:34:21 UTC (rev 21487)
+++ csw/mgar/gar/v2/gar.lib.mk 2013-07-10 14:44:03 UTC (rev 21488)
@@ -772,7 +772,7 @@
# apply normal patches (git format-patch output or old-style diff -r)
normal-patch-%:
@echo " ==> Applying patch $(DOWNLOADDIR)/$*"
- ( if ggrep -q 'diff --git' $(abspath $(DOWNLOADDIR)/$*); then \
+ @( if ggrep -q 'diff --git' $(abspath $(DOWNLOADDIR)/$*); then \
if [ -z "$(NOGITPATCH)" ]; then \
cd $(PATCHDIR);\
git am --ignore-space-change --ignore-whitespace $(abspath $(DOWNLOADDIR)/$*) || exit 1; \
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list