Skip to content

Commit

Permalink
Fixed double quoting issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
kloptops committed Oct 15, 2024
1 parent 120f450 commit 0ba49b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PortMaster/funcs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ fi

export PM_FUNCS_VERSION=1

export PM_SCRIPTNAME="$(basename ${PM_SCRIPTNAME:-$0})"
export PM_SCRIPTNAME="$(basename "${PM_SCRIPTNAME:-$0}")"
export PM_PORTNAME="${PM_PORTNAME:-${PM_SCRIPTNAME%.sh}}"
export PM_VERSION="$(cat "$controlfolder/version")"
export PM_RESOURCE_DIR="$controlfolder/resources"
Expand Down

0 comments on commit 0ba49b3

Please sign in to comment.