diff options
author | joey <joey> | 2001-12-27 02:22:58 +0000 |
---|---|---|
committer | joey <joey> | 2001-12-27 02:22:58 +0000 |
commit | a37ba2e615d3dbcaa89201d657a6a7b6790576be (patch) | |
tree | 5add95213137b64f101e5c6d033f7820fe69d2b5 /dh_testdir | |
parent | 1580712ddc7c6faf97ed46452e410e72291814ce (diff) | |
download | debhelper-a37ba2e615d3dbcaa89201d657a6a7b6790576be.tar.gz |
r499: * dh_strip: run file using a safe pipe open, that will not expose any weird
characters in filenames to a shell. Closes: #126491
* fixed dh_testdir man page
Diffstat (limited to 'dh_testdir')
-rwxr-xr-x | dh_testdir | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ use Debian::Debhelper::Dh_Lib; =head1 SYNOPSIS -B<dh_testdir> [S<I<debhelper options>>] [S<I<file ...>] +B<dh_testdir> [S<I<debhelper options>>] [S<I<file ...>>] =head1 DESCRIPTION |