CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/04/25 03:11:55
Modified files:
usr.bin/ftp : complete.c
Log message:
Fix auto-completion of filenames containing whitespace.
Before this change whitespace wasn't escaped during completion which
caused the ftp command to see multiple arguments where a single path
was expected. Based on similar commit made to NetBSD's ftp in 1999.
help and ok uwe tedu deraadt
