diff options
author | joey <joey> | 1999-08-17 05:18:16 +0000 |
---|---|---|
committer | joey <joey> | 1999-08-17 05:18:16 +0000 |
commit | 1bfed6299ebbb344a756bf1eae47aea4d93499eb (patch) | |
tree | 84586773c45f2ef928a91a8d6d0daabfa374c601 /dh_clean | |
parent | 6a4c47eea5a5601f351a1fa0afd5e13aed56238b (diff) | |
download | debhelper-1bfed6299ebbb344a756bf1eae47aea4d93499eb.tar.gz |
r239: Initial Import
Diffstat (limited to 'dh_clean')
-rwxr-xr-x | dh_clean | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,4 +43,4 @@ if (! $dh{D_FLAG}) { ) -exec rm -f {} ;")); } -doit('rm', '-rf', 'debian/tmp') if -x 'debian/tmp'; +doit('rm', '-rf', 'debian/tmp') if -x 'debian/tmp' && ! compat(1); |