diff options
Diffstat (limited to 'repo/meta/sh.xibuild')
-rw-r--r-- | repo/meta/sh.xibuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/repo/meta/sh.xibuild b/repo/meta/sh.xibuild index 589d6e4..db37812 100644 --- a/repo/meta/sh.xibuild +++ b/repo/meta/sh.xibuild @@ -1,6 +1,6 @@ -#!/bin/bash -DEPS=(dash) -MAKEDEPS=() +#!/bin/sh +DEPS="dash" +MAKEDEPS="" DESC="The system shell" |