aurora / rmate

Remote TextMate 2 implemented as shell script
GNU General Public License v3.0
887 stars 123 forks source link

quote vars more often in assignment & arguments #61

Closed mobilemind closed 7 years ago

mobilemind commented 7 years ago

Use double-quotes to avoid potential issues with spaces, file globs, etc.

Applies to an eval, a load_config call, a couple of echo calls, a log and an exec.

aurora commented 7 years ago

... and thanks again! :)