From a326f0cf218aaa22e983a39b732eaa0b509f62a3 Mon Sep 17 00:00:00 2001 From: Jonathan Hodgson Date: Wed, 11 Mar 2020 11:48:07 +0000 Subject: [PATCH] changes how folder shell runs commands --- bin/.bin/folder-shell | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/.bin/folder-shell b/bin/.bin/folder-shell index 0ab46e51..700fe0de 100755 --- a/bin/.bin/folder-shell +++ b/bin/.bin/folder-shell @@ -7,7 +7,7 @@ CMD=$TERMINAL CWD='' if [ ! -z "$1" ]; then - CMD="${CMD} -e $1" + export initialCommand="$1" fi; # Get window ID