Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
bsplu committed Jan 12, 2022
1 parent 96a3124 commit ad5f178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ else

function _jbg_fuc_exist()
{
if [[ "$(type -t $@)" ]]; then
if [[ "$( type -t $@ )" ]]; then
echo 'exist'
else
return
Expand Down

0 comments on commit ad5f178

Please sign in to comment.