We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a145c6 commit 40b9fb2Copy full SHA for 40b9fb2
bin/lambda2.in
@@ -1,6 +1,6 @@
1
#!/bin/sh
2
3
-CURDIR="$(readlink -f $(dirname "$0"))/"
+CURDIR="$(cd "$(dirname "$0")" && pwd -P)/"
4
SYSTEM_BIN_DIR="@CMAKE_INSTALL_FULL_BINDIR@/"
5
6
if [ "${CURDIR}" = "${SYSTEM_BIN_DIR}" ]; then # we are installed
0 commit comments