OSDN Git Service

Fix minor nit in debian/rules file
authorTheodore Ts'o <tytso@mit.edu>
Wed, 26 May 2010 15:01:06 +0000 (11:01 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 26 May 2010 15:01:06 +0000 (11:01 -0400)
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
debian/rules

index e36d559..1296cb9 100755 (executable)
@@ -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),)