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 <[email protected]>
This commit is contained in:
Augustin Cavalier
2015-01-08 08:58:29 +01:00
committed by Adrien Destugues
parent 14896b937a
commit 7732094125
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash #!/bin/sh
welcomeURL="\ welcomeURL="\
http://cgit.haiku-os.org/haiku/plain/docs/welcome/welcome_en.html" http://cgit.haiku-os.org/haiku/plain/docs/welcome/welcome_en.html"