From 15fdc401258ea57916831d75aecc2e87144584cf Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Wed, 26 May 2010 11:01:06 -0400 Subject: [PATCH] Fix minor nit in debian/rules file Signed-off-by: "Theodore Ts'o" --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index e36d5595..1296cb97 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),)