fix find desktop file
This commit is contained in:
@@ -251,6 +251,7 @@ process_conf() {
|
|||||||
|
|
||||||
local key="${line%%=*}"
|
local key="${line%%=*}"
|
||||||
local value="${line#*=}"
|
local value="${line#*=}"
|
||||||
|
value=$(eval echo "$value")
|
||||||
|
|
||||||
case "$key" in
|
case "$key" in
|
||||||
git) git_url="$value" ;;
|
git) git_url="$value" ;;
|
||||||
|
|||||||
Reference in New Issue
Block a user