mirror of
https://github.com/fspc/dswim.git
synced 2026-09-16 08:31:39 -04:00
Making debconf happy.
This commit is contained in:
+4
-4
@@ -7,7 +7,7 @@ use strict;
|
||||
#
|
||||
# Package administration and research tool for Debian
|
||||
#
|
||||
# Copyright (C) 1999-2000 Jonathan D. Rosenbaum
|
||||
# Copyright (C) 1999-2001 Jonathan D. Rosenbaum
|
||||
#
|
||||
#
|
||||
#
|
||||
@@ -51,7 +51,7 @@ line.
|
||||
my $home = $ENV{'HOME'} . "/";
|
||||
|
||||
if ($#ARGV == -1) {
|
||||
print "swim: imswim requires arguments, see program for instructions\n";
|
||||
print STDERR "swim: imswim requires arguments, see program for instructions\n";
|
||||
exit;
|
||||
}
|
||||
else {
|
||||
@@ -71,8 +71,8 @@ line.
|
||||
close(LIST);
|
||||
foreach (@count) {
|
||||
$x = 1 if $x == 6;
|
||||
print "|\r" if $x == 1 || $x == 4; print "/\r" if $x == 2;
|
||||
print "-\r" if $x == 3 || $x == 6; print "\\\r" if $x == 5;
|
||||
print STDERR "|\r" if $x == 1 || $x == 4; print STDERR "/\r" if $x == 2;
|
||||
print STDERR "-\r" if $x == 3 || $x == 6; print STDERR "\\\r" if $x == 5;
|
||||
$x++;
|
||||
chomp $_;
|
||||
# does /. exist? it should be first.
|
||||
|
||||
Reference in New Issue
Block a user