Skip to content

Commit b73e15c

Browse files
Urs Janßenbagder
authored andcommitted
roffit: make --preserve-case not exit
Debug leftovers removed
1 parent b5a92a9 commit b73e15c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roffit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ while($ARGV[0]) {
6464
}
6565
elsif($ARGV[0] eq "--preserve-case") {
6666
$leavecase = 1;
67-
exit;
67+
shift @ARGV;
6868
}
6969
elsif($ARGV[0] =~ /^--man=([^=]*)=(.*)/) {
7070
# check for other man pages in the given dir, and if so, link to it

0 commit comments

Comments
 (0)