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:
committed by
Adrien Destugues
parent
14896b937a
commit
7732094125
+1
-1
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user