diff options
| author | idl0r <idl0r@gentoo.org> | 2009-05-01 19:11:27 +0000 |
|---|---|---|
| committer | idl0r <idl0r@gentoo.org> | 2009-05-01 19:11:27 +0000 |
| commit | 9139c85713adf2aa4610c14a36e5cc39a3c236c3 (patch) | |
| tree | e26fda9e4046e811fdc624353484f600b05af670 | |
| parent | 8a19900e7b820534bb8957a9d95680ac4af7f7dd (diff) | |
| download | gentoolkit-9139c85713adf2aa4610c14a36e5cc39a3c236c3.tar.gz | |
Fixed stty call.
svn path=/; revision=571
| -rwxr-xr-x | trunk/src/echangelog/echangelog | 2 |
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 { |
