File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ if [[ ! -f "$1" ]]; then
1515 exit 0
1616fi
1717
18- src_dir=" $( dirname $( realpath " $1 " ) ) "
18+ src_dir=" $( dirname " $( realpath " $1 " ) " ) "
1919
2020dir_prefix=" $( realpath " $2 " ) /"
2121
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ set -eu
1010
1111CMD=" JEKYLL_ENV=production bundle exec jekyll b"
1212
13- WORK_DIR=" $( dirname $( dirname $( realpath " $0 " ) ) ) "
13+ WORK_DIR=" $( dirname " $( dirname " $( realpath " $0 " ) " ) " ) "
1414
1515CONTAINER=" ${WORK_DIR} /.container"
1616
Original file line number Diff line number Diff line change @@ -13,7 +13,8 @@ CATEGORIES=false
1313TAGS=false
1414LASTMOD=false
1515
16- WORK_DIR=" $( dirname $( dirname $( realpath " $0 " ) ) ) "
16+ WORK_DIR=" $( dirname " $( dirname " $( realpath " $0 " ) " ) " ) "
17+
1718
1819check_status () {
1920 local _change=$( git status . -s)
Original file line number Diff line number Diff line change 1515
1616set -eu
1717
18- WORK_DIR=" $( dirname $( dirname $( realpath " $0 " ) ) ) "
18+ WORK_DIR=" $( dirname " $( dirname " $( realpath " $0 " ) " ) " ) "
1919URL_FILE=" ${WORK_DIR} /_config.yml"
2020PV_CACHE=" ${WORK_DIR} /assets/js/data/pageviews.json"
2121
2222PROXY_URL=" $( grep " proxy_endpoint:" " $URL_FILE " | sed " s/.*: '//g;s/'.*//" ) "
2323
2424wget " $PROXY_URL " -O " $PV_CACHE "
2525
26- echo " ls $PV_CACHE "
26+ echo " ls $PV_CACHE "
Original file line number Diff line number Diff line change 1212
1313set -eu
1414
15- WORK_DIR=$( dirname $( dirname $( realpath " $0 " ) ) )
15+ WORK_DIR=" $( dirname " $( dirname " $( realpath " $0 " ) " ) " ) "
1616
1717CONTAINER=.container
1818SYNC_TOOL=_scripts/sh/sync_monitor.sh
You can’t perform that action at this time.
0 commit comments