[Debootloaders-devel] r247 - /trunk/silo/debian/rules
jurij at alioth.debian.org
jurij at alioth.debian.org
Sun Feb 28 11:02:00 UTC 2010
Author: jurij
Date: Sun Feb 28 11:01:55 2010
New Revision: 247
URL: http://svn.debian.org/wsvn/debootloaders/?sc=1&rev=247
Log:
Correctly escape variable references in shell snippets.
Modified:
trunk/silo/debian/rules
Modified: trunk/silo/debian/rules
URL: http://svn.debian.org/wsvn/debootloaders/trunk/silo/debian/rules?rev=247&op=diff
==============================================================================
--- trunk/silo/debian/rules (original)
+++ trunk/silo/debian/rules Sun Feb 28 11:01:55 2010
@@ -15,7 +15,7 @@
mkdir $(BUILD_TREE)
tar cf - --exclude debian . | (cd $(BUILD_TREE) && tar xf -)
ln -s ../debian/patches $(BUILD_TREE)/patches
- cd $(BUILD_TREE) && test -z "$(quilt series)" || quilt push -a
+ cd $(BUILD_TREE) && test -z "$$(quilt series)" || quilt push -a
clean:
dh_testdir
More information about the Debootloaders-devel
mailing list