aboutsummaryrefslogtreecommitdiffstats
path: root/crowdin/globals
diff options
context:
space:
mode:
Diffstat (limited to 'crowdin/globals')
-rwxr-xr-xcrowdin/globals2
1 files changed, 1 insertions, 1 deletions
diff --git a/crowdin/globals b/crowdin/globals
index 0efd147..dc2e9c9 100755
--- a/crowdin/globals
+++ b/crowdin/globals
@@ -37,7 +37,7 @@ debug () { echo "`date +%Y-%m-%d.%H:%M:%S` `basename $0`: $@"; }
# use this function for executing commands.
_do () { debug "$@"; eval "$@"; }
-require_tools git curl wget unzip
+require_tools git curl wget unzip sed
git rev-parse --show-toplevel >& /dev/null || die "Please start this script from within a repo. Aborting."
cd "`git rev-parse --show-toplevel`"