From: Svjatoslav Agejenko Date: Sat, 3 Aug 2019 07:46:13 +0000 (+0300) Subject: IntelliJ cannot start from invisible Bash script for some reason. X-Git-Url: http://www2.svjatoslav.eu/gitweb/?p=instantlauncher.git;a=commitdiff_plain;h=fbcb343017c79fa4911e565853e5419166195868;hp=795b1120ecbbfed8d3e7575bac32608750362c8b IntelliJ cannot start from invisible Bash script for some reason. --- diff --git a/tools/open with IntelliJ IDEA b/tools/open with IntelliJ IDEA index 1f82875..b8baee2 100755 --- a/tools/open with IntelliJ IDEA +++ b/tools/open with IntelliJ IDEA @@ -1,6 +1,6 @@ #!/bin/bash -cd "${0%/*}" +cd "${0%/*}"; if [ "$1" != "T" ]; then gnome-terminal -e "'$0' T"; exit; fi; cd .. idea .