]> git.mxchange.org Git - friendica.git/blobdiff - bin/console
Merge pull request #13368 from MrPetovan/bug/13367-post-plink
[friendica.git] / bin / console
old mode 100644 (file)
new mode 100755 (executable)
index bd0ea97..79b6c8d
@@ -1,9 +1,9 @@
-#!/bin/sh
+#!/bin/bash
 
 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