We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6c2db6 commit 0b1e778Copy full SHA for 0b1e778
template/configure.sh
@@ -2,7 +2,7 @@
2
. .git/hooks/hook_switcher.sh
3
4
readonly PROGNAME=$(basename "$0")
5
-readonly PROGDIR=$(readlink -m "$(dirname "$0")")
+readonly PROGDIR="$(cd "$(dirname "$0")"; pwd)"
6
7
main() {
8
local hookName
0 commit comments