]> git.pld-linux.org Git - packages/util-vserver.git/commitdiff
- typo
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 4 Mar 2008 20:23:21 +0000 (20:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    util-vserver-interfaces-ignore-cvs-dir.patch -> 1.2

util-vserver-interfaces-ignore-cvs-dir.patch

index 693924ece91fc9cbb17a9fe0f74598682cac1cbe..cbec59230a136e5a2f357baed9ada11a44bfc6dd 100644 (file)
@@ -8,7 +8,7 @@ Signed-off-by: Elan Ruusamäe <glen@delfi.ee>
  
      for iface in "$1/interfaces/"*; do
          test   -d "$iface"          || continue
-+        test "${iface##*/}" = "CVS" || continue
++        test "${iface##*/}" != "CVS" || continue
          test ! -e "$iface"/disabled || continue
      
          _processSingleInterface "$iface"
This page took 0.034488 seconds and 4 git commands to generate.