Skip to content

Commit

Permalink
fix libmemcached tarbal download
Browse files Browse the repository at this point in the history
  • Loading branch information
centminmod committed Jun 20, 2015
1 parent c0698f9 commit 9958188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/downloads.inc
Expand Up @@ -1616,7 +1616,7 @@ fi #LIBMEMCACHED_YUM
###############################################
libmemcachedtarball() {

if [[ "$LIBMEMCACHED_YUM" = [nN] ]]; then
if [[ "$LIBMEMCACHED_YUM" = [nN] || "$LIBMEMCACHED_YUM" = [yY] ]]; then

cd $DIR_TMP

Expand Down

0 comments on commit 9958188

Please sign in to comment.