diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-04-23 21:33:32 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-04-23 21:33:32 -0400 |
commit | 73be990aa30f66a5fe782fc5fb2dbfd07e56c258 (patch) | |
tree | 1c7c9cd834849775b49b755696e214a8f6977187 /dh_clean | |
parent | cb53f3bf3ca80f1e3ccb187be9d14f8e97f3fc59 (diff) | |
download | debhelper-73be990aa30f66a5fe782fc5fb2dbfd07e56c258.tar.gz |
remove exit
Diffstat (limited to 'dh_clean')
-rwxr-xr-x | dh_clean | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ #!/usr/bin/perl -w -exit 1; + =head1 NAME dh_clean - clean up package build directories |