]> git.pld-linux.org Git - packages/expect.git/blame - expect-bug7869.patch
- proper BR for RA
[packages/expect.git] / expect-bug7869.patch
CommitLineData
d6284312 1--- expect5.31/example/rftp.bug7869 Sat Mar 18 13:41:50 2000
2+++ expect5.31/example/rftp Sat Mar 18 13:42:36 2000
3@@ -113,7 +113,7 @@
4 } timeout {
5 send_user "timed out on make remote directory $name\n"
6 return 0
7- } -re "(257|550.*exists).*ftp>.*"
8+ } -re "(257|553|550.*exists).*ftp>.*"
9 # 550 is returned if directory already exists
10
11 send "cd $name\r"
This page took 0.036491 seconds and 4 git commands to generate.