diff --git a/che.sh b/che.sh index 9607d781a8..aa93e98e2d 100755 --- a/che.sh +++ b/che.sh @@ -205,7 +205,7 @@ has_docker_for_windows_client(){ } get_full_path() { - echo $(realpath $1) + echo "$(cd "$(dirname "$1")"; pwd)/$(basename "$1")" } convert_windows_to_posix() {