for now, as thorsten mentioned, "print -r" does the trick. if you prefer forward slashes in PATH you can place this command at the beginning of your scripts:
PATH=${PATH//\\/\/}
--lan
for now, as thorsten mentioned, "print -r" does the trick. if you prefer forward slashes in PATH you can place this command at the beginning of your scripts:
PATH=${PATH//\\/\/}
--lan