summaryrefslogtreecommitdiffstats
path: root/audio-drivers/alsa-firmware
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-firmware
parent2ef9b418e428ef0560438c291460e73fb7035d0e (diff)
audio-drivers/alsa-*: removed wrong subshelling
Diffstat (limited to 'audio-drivers/alsa-firmware')
-rwxr-xr-xaudio-drivers/alsa-firmware/DETAILS4
-rwxr-xr-xaudio-drivers/alsa-firmware/PREPARE2
2 files changed, 3 insertions, 3 deletions
diff --git a/audio-drivers/alsa-firmware/DETAILS b/audio-drivers/alsa-firmware/DETAILS
index c8d6ec60aa..984309a2a4 100755
--- a/audio-drivers/alsa-firmware/DETAILS
+++ b/audio-drivers/alsa-firmware/DETAILS
@@ -1,6 +1,6 @@
SPELL=alsa-firmware
-if [[ ${ALSA_FIRM_GIT} == y ]]; then
- if [[ $(ALSA_FIRM_GIT_AUTOUPDATE) == y ]]; then
+if [[ $ALSA_FIRM_GIT == y ]]; then
+ if [[ $ALSA_FIRM_GIT_AUTOUPDATE == y ]]; then
VERSION=$(date +%Y%m%d)
else
VERSION=git
diff --git a/audio-drivers/alsa-firmware/PREPARE b/audio-drivers/alsa-firmware/PREPARE
index 1fb38c78fb..31122f7061 100755
--- a/audio-drivers/alsa-firmware/PREPARE
+++ b/audio-drivers/alsa-firmware/PREPARE
@@ -1,6 +1,6 @@
config_query ALSA_FIRM_GIT "Build latest version from development tree?" n &&
-if [[ $(ALSA_FIRM_GIT) == y ]]; then
+if [[ $ALSA_FIRM_GIT == y ]]; then
config_query ALSA_FIRM_GIT_AUTOUPDATE \
"Automatically update on every system update?" n
fi