Skip to content

Commit 40b9fb2

Browse files
committed
[fix] dispatcher script on old macOS
1 parent 8a145c6 commit 40b9fb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/lambda2.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
CURDIR="$(readlink -f $(dirname "$0"))/"
3+
CURDIR="$(cd "$(dirname "$0")" && pwd -P)/"
44
SYSTEM_BIN_DIR="@CMAKE_INSTALL_FULL_BINDIR@/"
55

66
if [ "${CURDIR}" = "${SYSTEM_BIN_DIR}" ]; then # we are installed

0 commit comments

Comments
 (0)