summaryrefslogtreecommitdiff
path: root/extra/python2/PKGBUILD
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-07-17 08:14:17 +0200
committerErich Eckner <git@eckner.net>2018-07-17 08:14:17 +0200
commit57c029c8dc899c646dabfe09197ddf2e24e65eac (patch)
treee7547d02f41942c8041a62080776ad2195bbb5ec /extra/python2/PKGBUILD
parentad11bb77dd1e91830cd621c8cd168d4d973f3ff8 (diff)
downloadpackages-57c029c8dc899c646dabfe09197ddf2e24e65eac.tar.xz
extra/python2: fix typo
Diffstat (limited to 'extra/python2/PKGBUILD')
-rw-r--r--extra/python2/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/python2/PKGBUILD b/extra/python2/PKGBUILD
index 60148bdb..7ff6b97e 100644
--- a/extra/python2/PKGBUILD
+++ b/extra/python2/PKGBUILD
@@ -6,7 +6,7 @@
eval "$(
declare -f build | \
sed '
- /export OPT=/ s/"$/ -fwrapv"/
+ /export OPT=/ s/";$/ -fwrapv";/
'
declare -f check | \
sed '