~ubuntu-branches/debian/wheezy/autofs/wheezy

« back to all changes in this revision

Viewing changes to debian/patches/081_auto_net_showmount_quotes.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2008-03-08 01:36:09 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20080308013609-cvs4f2ecoyoism02
Tags: 4.1.4+debian-2.1
* Non-maintainer upload.
* High-urgency upload for RC bugfix.
* Add -DLDAP_DEPRECATED to CFLAGS, to fix compatibility with OpenLDAP
  2.4 on 64-bit architectures.  Closes: #463419.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh /usr/share/dpatch/dpatch-run
 
2
## 081_auto_net_showmount_quotes.dpatch
 
3
##
 
4
## DP: No description.
 
5
 
 
6
@DPATCH@
 
7
 
 
8
diff -Naur .B/samples/auto.net .A/samples/auto.net
 
9
--- .B/samples/auto.net 2007-01-07 21:36:36.000000000 +0000
 
10
+++ .A/samples/auto.net 2007-01-07 21:36:37.000000000 +0000
 
11
@@ -32,7 +32,7 @@
 
12
        done
 
13
 done
 
14
 
 
15
-[ -x $SMNT ] || exit 1
 
16
+[ -x "$SMNT" ] || exit 1
 
17
 
 
18
 # Newer distributions get this right
 
19
 SHOWMOUNT="$SMNT --no-headers -e $key"