summaryrefslogtreecommitdiffstats
path: root/audio-drivers/alsa-utils
diff options
context:
space:
mode:
authorPol Vinogradov2008-06-09 00:28:11 +0500
committerPol Vinogradov2008-06-09 01:33:47 +0500
commitad633c159aef597cba1473880327db3ced8b39f2 (patch)
treede593518163117b0acc1574e1e93ba864d46be2d /audio-drivers/alsa-utils
parent2ef9b418e428ef0560438c291460e73fb7035d0e (diff)
audio-drivers/alsa-*: removed wrong subshelling
Diffstat (limited to 'audio-drivers/alsa-utils')
-rwxr-xr-xaudio-drivers/alsa-utils/DETAILS4
-rwxr-xr-xaudio-drivers/alsa-utils/PREPARE2
2 files changed, 3 insertions, 3 deletions
diff --git a/audio-drivers/alsa-utils/DETAILS b/audio-drivers/alsa-utils/DETAILS
index 4432f6252d..6785b8faac 100755
--- a/audio-drivers/alsa-utils/DETAILS
+++ b/audio-drivers/alsa-utils/DETAILS
@@ -1,6 +1,6 @@
SPELL=alsa-utils
-if [[ ${ALSA_UTILS_GIT} == y ]]; then
- if [[ $(ALSA_UTILS_GIT_AUTOUPDATE) == y ]]; then
+if [[ $ALSA_UTILS_GIT == y ]]; then
+ if [[ $ALSA_UTILS_GIT_AUTOUPDATE == y ]]; then
VERSION=$(date +%Y%m%d)
else
VERSION=git
diff --git a/audio-drivers/alsa-utils/PREPARE b/audio-drivers/alsa-utils/PREPARE
index b97989efe1..6c3930bbef 100755
--- a/audio-drivers/alsa-utils/PREPARE
+++ b/audio-drivers/alsa-utils/PREPARE
@@ -1,6 +1,6 @@
config_query ALSA_UTILS_GIT "Build latest version from development tree?" n &&
-if [[ $(ALSA_UTILS_GIT) == y ]]; then
+if [[ $ALSA_UTILS_GIT == y ]]; then
config_query ALSA_UTILS_GIT_AUTOUPDATE \
"Automatically update on every system update?" n
fi