Ensure working directory in scripts
So that they can be run standalone and not just through Mise
This commit is contained in:
@@ -4,6 +4,10 @@
|
||||
|
||||
set -e
|
||||
|
||||
source "$(dirname "$0")/../_helpers.sh"
|
||||
|
||||
ensure_working_directory!
|
||||
|
||||
git co --theirs priv/gettext/default.pot
|
||||
|
||||
git co --theirs priv/gettext/en/LC_MESSAGES/default.po
|
||||
|
||||
Reference in New Issue
Block a user