1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-06-28 10:07:12 -07:00

Merge branch 'master' of github.com:notwa/rc

This commit is contained in:
Connor Olding 2015-12-12 06:40:50 -08:00
commit 246c4c892c

View File

@ -16,7 +16,7 @@ _M_KILL="$_M_STEREO,$_M_PRE_EMPH,$_M_COMPRESS,$_M_POST_EMPH"
getladspa() {
REPLY=""
if [ -e "/usr/lib/ladspa/${1}.so" ]; then
REPLY="ladspa=file=${1}.so:label=${1}"
REPLY="ladspa=f=${1}:p=${1}"
fi
}