View | Details | Raw Unified | Return to bug 33655
Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +5 lines)
Lines 285-291 Link Here
285
EOF
285
EOF
286
    else
286
    else
287
	cat << EOF
287
	cat << EOF
288
set timeout=${2}
288
if keystatus --shift; then
289
    set timeout=-1
290
else
291
    set timeout=${2}
292
fi
289
EOF
293
EOF
290
    fi
294
    fi
291
}
295
}

Return to bug 33655