aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtrunk/src/echangelog/echangelog2
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/src/echangelog/echangelog b/trunk/src/echangelog/echangelog
index f4a0813..0bd90fb 100755
--- a/trunk/src/echangelog/echangelog
+++ b/trunk/src/echangelog/echangelog
@@ -477,7 +477,7 @@ if ($ARGV[0]) {
if ($? != 0) {
# This usually happens when the editor got forcefully killed; and
# the terminal is probably messed up: so we reset things.
- system('/usr/bin/stty sane');
+ system('stty sane');
print STDERR "Editor died! Reverting to stdin method.\n";
undef $editor;
} else {