summaryrefslogtreecommitdiff
path: root/amixer/go
diff options
context:
space:
mode:
Diffstat (limited to 'amixer/go')
-rwxr-xr-xamixer/go9
1 files changed, 1 insertions, 8 deletions
diff --git a/amixer/go b/amixer/go
index 071627f..3e1d13d 100755
--- a/amixer/go
+++ b/amixer/go
@@ -1,10 +1,3 @@
#!/bin/bash
-#GDB="gdb --args"
-GDB=""
-
-ALSA_MIXER_SIMPLE_MODULES="$HOME/hg/alsa-lib/modules/mixer/simple/.libs" \
-ALSA_MIXER_SIMPLE="$HOME/hg/alsa-lib/src/conf/smixer.conf" \
-ALSA_MIXER_SIMPLE_MPYTHON="$HOME/hg/alsa-lib/modules/mixer/simple/python/main.py" \
-LD_PRELOAD="$HOME/hg/alsa-lib/src/.libs/libasound.so" \
-$GDB ./amixer "$@"
+../go run ./amixer "$@"