kbox4 / source

The builds scripts and packages that build everything in the KBOX distribution
29 stars 10 forks source link

Odd behaviour of Bash shell when parsing an rsync command #4

Open kevinboone opened 7 years ago

kevinboone commented 7 years ago

Sometimes, and for no clear reason, "rsync user@host:/path/xxx xxx" is not parsed properly by Bash. The "user@host" bit is lost, and the first argument just becomes the path. Cause presently completely obscure.