summaryrefslogtreecommitdiffstats
path: root/bin/cat5rancid.in
diff options
context:
space:
mode:
Diffstat (limited to 'bin/cat5rancid.in')
-rwxr-xr-xbin/cat5rancid.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/cat5rancid.in b/bin/cat5rancid.in
index c5406b0..055ea04 100755
--- a/bin/cat5rancid.in
+++ b/bin/cat5rancid.in
@@ -1,7 +1,7 @@
#!@PERLV_PATH@
##
##
-## Copyright (C) 1997 by Henry Kilmer.
+## Copyright (C) 1997-2001 by Henry Kilmer.
## All rights reserved.
##
## This software may be freely copied, modified and redistributed without
@@ -1043,7 +1043,7 @@ ProcessHistory("COMMENTS","keysort","F0","!\n");
ProcessHistory("COMMENTS","keysort","G0","!\n");
TOP: while(<INPUT>) {
tr/\015//d;
- if (/> \(enable\) exit$/) {
+ if (/> \(enable\) ?exit$/) {
$clean_run=1;
last;
}