diff options
author | joey <joey> | 2001-02-09 01:38:37 +0000 |
---|---|---|
committer | joey <joey> | 2001-02-09 01:38:37 +0000 |
commit | e446e8308e654785721d8036a1d53633207053f0 (patch) | |
tree | b94df61d32eb482c3c1bc5a016d96e625e12dca6 /dh_clean | |
parent | 053f6f8b4e7431d32511aef209188a084e8c7e79 (diff) | |
download | debhelper-e446e8308e654785721d8036a1d53633207053f0.tar.gz |
r421: use strict
Diffstat (limited to 'dh_clean')
-rwxr-xr-x | dh_clean | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ #!/usr/bin/perl -w # -# Clean up $TMP and other tepmorary files generated by the +# Clean up $tmp and other tepmorary files generated by the # build process. use strict; |