X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=bin%2Fconsole;h=79b6c8d3b94a677f23e795422d88740a39f022ad;hb=508d1923f1af6a1b8e92b66535ce39329d95eb9a;hp=4d76bdc42073ef2aaa9c7272814e9e7172758da3;hpb=78114c13d5ce27b36682a960859056d4ebf9d9be;p=friendica.git diff --git a/bin/console b/bin/console index 4d76bdc420..79b6c8d3b9 100755 --- a/bin/console +++ b/bin/console @@ -3,7 +3,7 @@ dir=$(cd "${0%[/\\]*}" > /dev/null; pwd) if [[ -d /proc/cygdrive && $(which php) == $(readlink -n /proc/cygdrive)/* ]]; then - # We are in Cgywin using Windows php, so the path must be translated + # We are in Cygwin using Windows php, so the path must be translated dir=$(cygpath -m "$dir"); fi