From 8022bd00fea31a424fbf1623afe31daae4bb63ea Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 17 Jun 2013 12:04:08 -0400 Subject: fix syntax error lintian found --- uninit.d/50vcs-uninit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'uninit.d/50vcs-uninit') diff --git a/uninit.d/50vcs-uninit b/uninit.d/50vcs-uninit index 93f5df7..b61abfd 100755 --- a/uninit.d/50vcs-uninit +++ b/uninit.d/50vcs-uninit @@ -21,7 +21,7 @@ if ! grep -q "$managed_by_etckeeper" "$file"; then exit 0 else realfile="$file" - if which tempfile >/dev/null 2>&1 || type -p tempfile >/dev/null 2>&1;; then + if which tempfile >/dev/null 2>&1 || type -p tempfile >/dev/null 2>&1; then tempfile="tempfile" elif which mktemp >/dev/null 2>&1 || type -p mktemp >/dev/null 2>&1; then tempfile="mktemp" -- cgit v1.2.3