Skip to content

Commit

Permalink
epm load_helper: fix translate
Browse files Browse the repository at this point in the history
  • Loading branch information
Boria138 authored and vitlav committed Feb 28, 2025
1 parent 9a02ade commit 777d35b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/epm
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ load_helper()
{
local shieldname="loaded$(echo "$1" | sed -e 's|-||g')"
# already loaded
eval "[ -n \"\$$shieldname\" ]" && debug 'Already loaded $1' && return
eval "[ -n \"\$$shieldname\" ]" && debug 'Already loaded' $1 && return

local CMD="$SHAREDIR/$1"
# do not use fatal() here, it can be initial state
Expand Down

0 comments on commit 777d35b

Please sign in to comment.