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:
parent
14896b937a
commit
7732094125
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
|
||||
welcomeURL="\
|
||||
http://cgit.haiku-os.org/haiku/plain/docs/welcome/welcome_en.html"
|
||||
|
Loading…
Reference in New Issue
Block a user