jekyll: Use idiomatic lowercase un-exported variable
This commit is contained in:
parent
27312ae230
commit
df7a362169
@ -3,10 +3,10 @@
|
||||
|
||||
set -o errexit -o nounset
|
||||
|
||||
BASEDIR=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null && pwd)
|
||||
script_dir=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null && pwd)
|
||||
|
||||
for directory in "basic" "full"; do
|
||||
pushd "$BASEDIR/$directory"
|
||||
pushd "$script_dir/$directory"
|
||||
rm -f Gemfile.lock gemset.nix
|
||||
BUNDLE_FORCE_RUBY_PLATFORM=true bundix --magic
|
||||
rm -rf .bundle vendor
|
||||
|
Loading…
Reference in New Issue
Block a user