mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Set expanded variables to backticks [ci skip]
This commit is contained in:
parent
2cd7f3de6e
commit
2e9b339d84
@ -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
|
||||||
|
@ -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
|
||||||
|
2
bin/lint
2
bin/lint
@ -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
|
||||||
|
@ -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
|
||||||
|
2
bin/test
2
bin/test
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user