summarylogtreecommitdiffstats
path: root/spotify
diff options
context:
space:
mode:
authorAshley Whetter2016-06-23 21:23:20 +0100
committerAshley Whetter2016-06-23 21:23:20 +0100
commitff8b740ce2a38b595273173ae68abcddc009b448 (patch)
treea78d16006a128972128107e2aefee734ae810cef /spotify
parent96249035d018eb00c926a0440aac3775a6d7c790 (diff)
downloadaur-ff8b740ce2a38b595273173ae68abcddc009b448.tar.gz
Updated to version 1.0.32.96
Diffstat (limited to 'spotify')
-rw-r--r--spotify3
1 files changed, 2 insertions, 1 deletions
diff --git a/spotify b/spotify
index 47649c94288c..66466e2ed01f 100644
--- a/spotify
+++ b/spotify
@@ -1,2 +1,3 @@
#!/bin/sh
-LD_PRELOAD=libcurl.so.3 /usr/share/spotify/spotify "$@"
+export LD_PRELOAD=libcurl.so.3
+/usr/share/spotify/spotify "$@"