From 9092fbea2996e772da32430c6ecbfb9747441307 Mon Sep 17 00:00:00 2001 From: rsudev Date: Wed, 5 Feb 2014 20:31:42 +0100 Subject: Adapt crowdin scripts to handle the ellipsis char --- crowdin/globals | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crowdin/globals') 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`" -- cgit v1.1