Set expanded variables to backticks [ci skip]

This commit is contained in:
squidfunk 2016-11-01 20:32:28 +01:00
parent 2cd7f3de6e
commit 2e9b339d84
5 changed files with 5 additions and 5 deletions

View File

@ -21,7 +21,7 @@
# IN THE SOFTWARE. # IN THE SOFTWARE.
# Resolve root directory # Resolve root directory
ROOT=$(dirname $0)/.. ROOT=`dirname $0`/..
# Check if "npm install" was executed # Check if "npm install" was executed
if [[ ! -d $ROOT/node_modules ]]; then if [[ ! -d $ROOT/node_modules ]]; then

View File

@ -21,7 +21,7 @@
# IN THE SOFTWARE. # IN THE SOFTWARE.
# Resolve root directory # Resolve root directory
ROOT=$(dirname $0)/.. ROOT=`dirname $0`/..
# Check if "npm install" was executed # Check if "npm install" was executed
if [[ ! -d $ROOT/node_modules ]]; then if [[ ! -d $ROOT/node_modules ]]; then

View File

@ -21,7 +21,7 @@
# IN THE SOFTWARE. # IN THE SOFTWARE.
# Resolve root directory # Resolve root directory
ROOT=$(dirname $0)/.. ROOT=`dirname $0`/..
# Check if "npm install" was executed # Check if "npm install" was executed
if [[ ! -d $ROOT/node_modules ]]; then if [[ ! -d $ROOT/node_modules ]]; then

View File

@ -21,7 +21,7 @@
# IN THE SOFTWARE. # IN THE SOFTWARE.
# Resolve root directory # Resolve root directory
ROOT=$(dirname $0)/.. ROOT=`dirname $0`/..
# Check if "npm install" was executed # Check if "npm install" was executed
if [[ ! -d $ROOT/node_modules ]]; then if [[ ! -d $ROOT/node_modules ]]; then

View File

@ -21,7 +21,7 @@
# IN THE SOFTWARE. # IN THE SOFTWARE.
# Resolve root directory # Resolve root directory
ROOT=$(dirname $0)/.. ROOT=`dirname $0`/..
# Check if "npm install" was executed # Check if "npm install" was executed
if [[ ! -d $ROOT/node_modules ]]; then if [[ ! -d $ROOT/node_modules ]]; then