Skip to content

Commit

Permalink
Misc. thingys
Browse files Browse the repository at this point in the history
  • Loading branch information
pudge committed Jun 21, 2002
1 parent a3e6882 commit 2ac62f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/template-tool
Expand Up @@ -383,11 +383,11 @@ sub delete_templates {
my($templatelist) = @_;
my $list = join(" ", keys(%$templatelist));

print "are you sure you want to delete the following templates:\n\n";
print "You are about to delete the following templates:\n\n";
printf "%s\t%s;%s;%s\n",
@{$templatelist->{$_}}{qw(tpid name page section)}
for keys %{$templatelist};
print "\nDelete these templates? [Y/n]";
print "\nAre you sure you want to delete these templates? [Y/n]";

chomp(my $answer = <STDIN>);
if ($answer =~ /^[Yy]$/) {
Expand Down

0 comments on commit 2ac62f4

Please sign in to comment.