projects
/
ssic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4044ca6
)
Only warn if input and output files are equal.
author
P. J. McDermott
<pjm@nac.net>
Sun, 22 Sep 2013 21:42:27 +0000
(17:42 -0400)
committer
P. J. McDermott
<pjm@nac.net>
Sun, 22 Sep 2013 21:42:27 +0000
(17:42 -0400)
src/ssic.pl
patch
|
blob
|
history
diff --git
a/src/ssic.pl
b/src/ssic.pl
index 285c20fa4bdc5d2e779ec0ab59e8283fbe4536ff..750c77be6b9021a72284ed8cec2d844390c52c5d 100644
(file)
--- a/
src/ssic.pl
+++ b/
src/ssic.pl
@@
-112,7
+112,7
@@
sub compile
my $var_value;
if ($input eq $output and $input ne "-") {
-
error(4,
"Input and output files are equal\n");
+
warning(
"Input and output files are equal\n");
}
if ($input eq "-") {