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