Skip to content

Commit

Permalink
[fix] dispatcher script on old macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
h-2 committed Jul 18, 2023
1 parent 8a145c6 commit 40b9fb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/lambda2.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

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

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

0 comments on commit 40b9fb2

Please sign in to comment.