Skip to content

Commit

Permalink
unpack: Update a comment
Browse files Browse the repository at this point in the history
Signed-off-by: Ulrich Müller <[email protected]>
  • Loading branch information
ulm committed Sep 10, 2024
1 parent 58eefee commit a2e9578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/phase-helpers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ unpack() {
y=${y##*.}
y_insensitive=$(LC_ALL=C tr "[:upper:]" "[:lower:]" <<< "${y}")

# wrt PMS 11.3.3.13 Misc Commands
# wrt PMS 12.3.15 Misc Commands
if [[ ${x} != */* ]]; then
# filename without path of any kind
srcdir=${DISTDIR}/
Expand Down

0 comments on commit a2e9578

Please sign in to comment.