From: Theodore Ts'o Date: Wed, 26 May 2010 15:01:06 +0000 (-0400) Subject: Fix minor nit in debian/rules file X-Git-Tag: debian-1.41.12-2~6 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=15fdc401258ea57916831d75aecc2e87144584cf;p=tools%2Fe2fsprogs.git Fix minor nit in debian/rules file Signed-off-by: "Theodore Ts'o" --- diff --git a/debian/rules b/debian/rules index e36d559..1296cb9 100755 --- a/debian/rules +++ b/debian/rules @@ -321,7 +321,7 @@ install-std: build ln -s et/com_err.h ${tmpdir}/usr/include dh_movefiles - test -z `find ${tmpdir} -type f` + test -z "`find ${tmpdir} -type f`" # specially-built MIPS libs ifneq ($(ismips),)