sebastinas / yafc

Yafc is yet another ftp client (with some handy features)
Other
45 stars 16 forks source link

Bash completion fixed for OSX #54

Closed bfontaine closed 9 years ago

bfontaine commented 9 years ago

OSX's sed doesn't have the -r flag, but has a roughly equivalent called -E.

TheJosh commented 9 years ago

Should the if statement be == instead of just one equals?

bfontaine commented 9 years ago

It’s one equals in Bash, thought == is an alias for it.