mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-12 01:50:52 +01:00
Set expanded variables to backticks [ci skip]
This commit is contained in:
parent
2cd7f3de6e
commit
2e9b339d84
@ -21,7 +21,7 @@
|
||||
# IN THE SOFTWARE.
|
||||
|
||||
# Resolve root directory
|
||||
ROOT=$(dirname $0)/..
|
||||
ROOT=`dirname $0`/..
|
||||
|
||||
# Check if "npm install" was executed
|
||||
if [[ ! -d $ROOT/node_modules ]]; then
|
||||
|
@ -21,7 +21,7 @@
|
||||
# IN THE SOFTWARE.
|
||||
|
||||
# Resolve root directory
|
||||
ROOT=$(dirname $0)/..
|
||||
ROOT=`dirname $0`/..
|
||||
|
||||
# Check if "npm install" was executed
|
||||
if [[ ! -d $ROOT/node_modules ]]; then
|
||||
|
2
bin/lint
2
bin/lint
@ -21,7 +21,7 @@
|
||||
# IN THE SOFTWARE.
|
||||
|
||||
# Resolve root directory
|
||||
ROOT=$(dirname $0)/..
|
||||
ROOT=`dirname $0`/..
|
||||
|
||||
# Check if "npm install" was executed
|
||||
if [[ ! -d $ROOT/node_modules ]]; then
|
||||
|
@ -21,7 +21,7 @@
|
||||
# IN THE SOFTWARE.
|
||||
|
||||
# Resolve root directory
|
||||
ROOT=$(dirname $0)/..
|
||||
ROOT=`dirname $0`/..
|
||||
|
||||
# Check if "npm install" was executed
|
||||
if [[ ! -d $ROOT/node_modules ]]; then
|
||||
|
Loading…
Reference in New Issue
Block a user