diff options
Diffstat (limited to 'repo/util/bash.xibuild')
-rw-r--r-- | repo/util/bash.xibuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/repo/util/bash.xibuild b/repo/util/bash.xibuild index fbaf390..63626b5 100644 --- a/repo/util/bash.xibuild +++ b/repo/util/bash.xibuild @@ -18,6 +18,7 @@ package () { postinstall () { command -v bash || exit 1 + command -v grep || exit 1 if [ -f /etc/shells ] || grep -vq "bash" /etc/shells; then echo "/bin/bash" >> /etc/shells |