jekyll: Use idiomatic lowercase un-exported variable

This commit is contained in:
Victor Engmark 2024-06-26 18:14:32 +02:00
parent 27312ae230
commit df7a362169
No known key found for this signature in database

View File

@ -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