summaryrefslogtreecommitdiff
path: root/user/mesa
diff options
context:
space:
mode:
authorMax Rees <maxcrees@me.com>2019-07-21 19:44:28 -0400
committerMax Rees <maxcrees@me.com>2019-07-21 19:44:28 -0400
commitdb4d737a2d883f7d3ff122fa3116afecb9942770 (patch)
treea829de67577a3c8dac8386d902d25de634117e1a /user/mesa
parent94731625b42d0dfc0fd5111482938584b40c7478 (diff)
downloadpackages-db4d737a2d883f7d3ff122fa3116afecb9942770.tar.gz
packages-db4d737a2d883f7d3ff122fa3116afecb9942770.tar.bz2
packages-db4d737a2d883f7d3ff122fa3116afecb9942770.tar.xz
packages-db4d737a2d883f7d3ff122fa3116afecb9942770.zip
user/*: APKBUILD bashism removal, part one (a-p)
Diffstat (limited to 'user/mesa')
-rw-r--r--user/mesa/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/user/mesa/APKBUILD b/user/mesa/APKBUILD
index 4b8dc8d5a..50100c2bb 100644
--- a/user/mesa/APKBUILD
+++ b/user/mesa/APKBUILD
@@ -196,7 +196,7 @@ _mv_gpipe() {
}
_dri() {
- local n=${subpkgname##*-dri-}
+ local n="${subpkgname##*-dri-}"
pkgdesc="Mesa DRI driver for $n"
case $n in
ati)