From 810852a32b316e07544ecab7d982eb2c7077e1ed Mon Sep 17 00:00:00 2001
From: Augustin Cavalier <waddlesplash@gmail.com>
Date: Wed, 7 Jan 2015 10:23:21 -0500
Subject: [PATCH] data/bin/welcome: update #! line to reference sh and not
bash.
---
data/bin/welcome | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/data/bin/welcome b/data/bin/welcome
index cdb3d0c..e82a9ec 100755
a
|
b
|
|
1 | | #!/bin/bash |
| 1 | #!/bin/sh |
2 | 2 | |
3 | 3 | welcomeURL="\ |
4 | 4 | http://cgit.haiku-os.org/haiku/plain/docs/welcome/welcome_en.html" |