Tasssadar / multirom

MultiROM for Nexus 7 and LG Optimus One
http://forum.xda-developers.com/showthread.php?t=2011403
GNU General Public License v3.0
415 stars 274 forks source link

fix echo in zip installer script #5

Closed romanovskiy-k closed 11 years ago

romanovskiy-k commented 11 years ago

"echo -e" behaves differently across shells, in my case it broke the installer script see https://mail.gnome.org/archives/commits-list/2011-July/msg04152.html

Tasssadar commented 11 years ago

Oh, yeah sorry. I need it to interpret the \n character though. What about using "printf" command instead of echo, does that work for you?

Tasssadar commented 11 years ago

Closing with printf, feel free to reopen/create new issue if it doesn't work.

romanovskiy-k commented 11 years ago

Yep, that is fine. Thank you.