~vcs-imports/etckeeper/trunk

« back to all changes in this revision

Viewing changes to uninit.d/50vcs-uninit

  • Committer: Joey Hess
  • Date: 2013-06-17 16:04:08 UTC
  • Revision ID: git-v1:8022bd00fea31a424fbf1623afe31daae4bb63ea
fix syntax error lintian found

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
        exit 0
22
22
else
23
23
        realfile="$file"
24
 
        if which tempfile >/dev/null 2>&1 || type -p tempfile >/dev/null 2>&1;; then
 
24
        if which tempfile >/dev/null 2>&1 || type -p tempfile >/dev/null 2>&1; then
25
25
                tempfile="tempfile"
26
26
        elif which mktemp >/dev/null 2>&1 || type -p mktemp >/dev/null 2>&1; then
27
27
                tempfile="mktemp"