mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
Fix update_engine_checkpoint.sh (#738)
* I think a string interpolation was missing * return is only available in functions
This commit is contained in:
parent
c2809d8b1d
commit
23782fda0d
@ -21,9 +21,9 @@ SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
|||||||
export NODE_PATH=_build:_build/core:_build/stubs:_build/ext
|
export NODE_PATH=_build:_build/core:_build/stubs:_build/ext
|
||||||
source $SCRIPT_DIR/get_checkpoint_path.sh
|
source $SCRIPT_DIR/get_checkpoint_path.sh
|
||||||
|
|
||||||
if [[ -z "GRIST_CHECKPOINT" ]]; then
|
if [[ -z "$GRIST_CHECKPOINT" ]]; then
|
||||||
echo "Skipping checkpoint generation"
|
echo "Skipping checkpoint generation"
|
||||||
return
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
export GRIST_CHECKPOINT_MAKE=1
|
export GRIST_CHECKPOINT_MAKE=1
|
||||||
|
Loading…
Reference in New Issue
Block a user