We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9efbd2 commit 9345d40Copy full SHA for 9345d40
bin/compile-extension-memcached
@@ -4,7 +4,7 @@ set -o errexit
4
source $(dirname $0)/compile-extensions-common
5
6
function install_memcache() {
7
- if [ $(lsb_release -cs) = 'precise' || $(lsb_release -cs) = 'trusty' ]; then
+ if [[ $(lsb_release -cs) = 'precise' || $(lsb_release -cs) = 'trusty' ]]; then
8
pushd /tmp
9
wget https://launchpad.net/libmemcached/1.0/1.0.18/+download/libmemcached-1.0.18.tar.gz
10
tar xzf libmemcached-1.0.18.tar.gz
0 commit comments