From b8bf889f690f36a0eec3dff8cfa5a5e9195eb8c6 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Wed, 24 Feb 2016 14:10:31 -0800 Subject: [PATCH] fixes i guess --- home/streamcrap | 2 +- sh/aur | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/home/streamcrap b/home/streamcrap index 2f8e7e3..949482d 100644 --- a/home/streamcrap +++ b/home/streamcrap @@ -13,7 +13,7 @@ _M_LIMIT='compand=0.000|0.000:0.10|0.10:-9/-9|0/-6.:3:4.5:-9' _M_KILL="$_M_STEREO,$_M_PRE_EMPH,$_M_COMPRESS,$_M_POST_EMPH" getladspa() { - REPLY="" + REPLY="volume" if [ -e "/usr/lib/ladspa/${1}.so" ]; then REPLY="ladspa=f=${1}:p=${1}" fi diff --git a/sh/aur b/sh/aur index 8cb851a..00eb752 100755 --- a/sh/aur +++ b/sh/aur @@ -58,7 +58,7 @@ aur() { cd $p if [ $o_edit -eq 1 ]; then if [ $o_yes -eq 1 ]; then - e PKGBUILD + $EDITOR PKGBUILD else echo "Edit $p" confirm && e PKGBUILD