open-iscsi / configshell-fb

configshell with additional modifications, see README
Apache License 2.0
28 stars 37 forks source link

Fix the readline not defined error #30

Closed cs-zhang closed 7 years ago

cs-zhang commented 7 years ago

TargetCLI will throw "readline not defined" error when running it as process in interactive shell mode. The cause of the problem is the readline module would not be imported in this case. Set the TERM to empty is to fix readline emits unwanted characters problem when import it.

Signed-off-by: Chongshi Zhang zhangcho@us.ibm.com

bgly commented 7 years ago

@agrover Can you review please? Thanks!

agrover commented 7 years ago

thanks, merged. Sorry I missed this one earlier.