Skip to content
Snippets Groups Projects
Commit 2affb648 authored by Jakub Jirutka's avatar Jakub Jirutka :flag_ua:
Browse files

community/dash: fix wrong dash path in /etc/shells

parent 545015c7
No related branches found
No related tags found
1 merge request!54607main/sofia-sip: backport support for forking SIP calls
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=dash
pkgver=0.5.11.5
pkgrel=0
pkgrel=1
pkgdesc="Small and fast POSIX-compliant shell"
url="http://gondor.apana.org.au/~herbert/dash/"
arch="all"
......
#!/bin/sh
add-shell '/bin/dash'
add-shell '/usr/bin/dash'
exit 0
#!/bin/sh
remove-shell '/bin/dash'
remove-shell '/usr/bin/dash'
exit 0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment