Skip to content

Commit

Permalink
yet an other minimal bugfix in 'gum' mode
Browse files Browse the repository at this point in the history
  • Loading branch information
vaisarger committed Mar 26, 2024
1 parent 9c89e5c commit 7793810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/easybashgui.lib
Original file line number Diff line number Diff line change
Expand Up @@ -1436,8 +1436,8 @@ elif [ "${mode}" = "gum" ]
#
testo="${@}"
#
#which_terminal="$(ps -o comm= -p $(ps -o ppid= -p $(ps -o ppid= -p $$ )))"
which_terminal="$(ps -o comm= -p $(ps -o ppid= -p $$ ))"
[[ ${which_terminal} == *"sh" ]] && which_terminal="$(ps -o comm= -p $(ps -o ppid= -p $(ps -o ppid= -p $$ )))"
#
#########################################
#
Expand Down

0 comments on commit 7793810

Please sign in to comment.