summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorm-wells2015-07-15 19:35:07 -0400
committerm-wells2015-07-15 19:35:07 -0400
commit4b855a5f3667b6728e5bf41da19a6f7074fc96de (patch)
tree16416fc27fda14909297d769bfbf4cf806406ae1
parent06c63b145ce4ad2287284eb1a4c48b2d38bd679f (diff)
downloadaur-4b855a5f3667b6728e5bf41da19a6f7074fc96de.tar.gz
update to 3.2.1
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 78402aef3fe6..1f2c707b002a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -66,7 +66,7 @@ build() {
LDFLAGS="${LDFLAGS} -L${_icclibpath}"
- if [ "$_CC" = "icc" ]; then
+ if [ $_CC = "icc" ]; then
export CC="icc"
export CXX="icpc"
export AR="xiar"