data/bin/welcome: update #! line to reference sh and not bash.

Fixes #11719.
Makes it possible to use another shell package to run Haiku (such as zsh
or mksh).

Signed-off-by: Adrien Destugues <pulkomandy@gmail.com>
This commit is contained in:
Augustin Cavalier 2015-01-07 10:23:21 -05:00 committed by Adrien Destugues
parent 14896b937a
commit 7732094125

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
welcomeURL="\
http://cgit.haiku-os.org/haiku/plain/docs/welcome/welcome_en.html"