Skip to content

Commit

Permalink
Fixed "unbound variable"
Browse files Browse the repository at this point in the history
  • Loading branch information
tomassrnka committed May 28, 2019
1 parent 0bf102c commit 1afe7eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,5 @@ run-tests.php
fails.log
configure.ac
tests/*.php
*.code-workspace
*.code-workspace
.vscode/*
2 changes: 1 addition & 1 deletion docker/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ LDFLAGS="-Wl,-O1 -Wl,--hash-style=both -pie"
set -eux
cd /usr/src

if [ -z $LOCAL_DEV ]
if [[ -z $LOCAL_DEV ]]
then
git clone https://github.com/websupport-sk/pecl-memcache.git
fi
Expand Down

0 comments on commit 1afe7eb

Please sign in to comment.