Remove the superfluous "dirname"
This commit is contained in:
David Copperfield
2022-09-07 12:52:38 +08:00
committed by GitHub
parent f2a7775786
commit 4b4fe80eb3

View File

@@ -1,9 +1,9 @@
#!/bin/sh
BASE_PATH=$(dirname $(
cd $(dirname "$0")
BASE_PATH=$(
cd $(dirname "$0");
pwd
))
)
PDFM_DISP_CRACK="${BASE_PATH}/prl_disp_service"
PDFM_DISP_DST="/Applications/Parallels Desktop.app/Contents/MacOS/Parallels Service.app/Contents/MacOS/prl_disp_service"