update to hrev script. - Printable Version +- yab | yet another Basic for HAIKU (https://yab.orgfree.com/forum) +-- Forum: General discussion (https://yab.orgfree.com/forum/forumdisplay.php?fid=8) +--- Forum: Off topic (https://yab.orgfree.com/forum/forumdisplay.php?fid=9) +--- Thread: update to hrev script. (/showthread.php?tid=7) |
update to hrev script. - bbjimmy - 06-24-2015 There are times that one needs to update your install to a previous version. this little script can help: Code: #!/bin/bash RE: update to hrev script. - clasqm - 07-31-2015 It works well up to the last bit Code: /boot/home/config/non-packaged/bin/update2hrev: line 19: syntax error near unexpected token `)' RE: update to hrev script. - bbjimmy - 07-31-2015 (07-31-2015, 08:30 AM)clasqm Wrote: It works well up to the last bit Sometimes that happens when copy/pasting code from a website. The web seems to add unprintable characters that bash can't understand. try re-typing the last few lines ans see if that doesn't fix the issue. |