]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_movefiles
r584: * Fix stupid typo in dh_movefiles. Closes: #188833
[debhelper.git] / dh_movefiles
index 8762487ac6bd10a4480f10d83dedc87b89792964..2c8a63fd934bbc32f601839caeb331700f765b41 100755 (executable)
@@ -143,7 +143,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
                complex_doit("(cd $sourcedir >/dev/null ; tar --create --files-from=$pwd/debian/movelist --file -) | (cd $tmp >/dev/null ;tar xpf -)");
                # --remove-files is not used above because tar then doesn't
                # preserve hard links
-               complex_doit("cd $sourcedir >/dev/null ; cat $pwd/debian/movelist | xargs rm -f)");
+               complex_doit("(cd $sourcedir >/dev/null ; cat $pwd/debian/movelist | xargs rm -f)");
                doit("rm","-f","debian/movelist");
        }
 }