daml/dev-env/lib
Stefano Baghino d999a21ac3
Replace cd .. && pwd with readlink -f (#17152)
The output of `cd` might be altered by `CDPATH` set on a
system, leading to `dade` being broken because it cannot
read the current path. Instead, using `readlink -f` seem
to get the job done without side effects.
2023-07-19 12:54:33 +00:00
..
dade-common Replace cd .. && pwd with readlink -f (#17152) 2023-07-19 12:54:33 +00:00
dade-dump-profile Replace cd .. && pwd with readlink -f (#17152) 2023-07-19 12:54:33 +00:00
dade-exec-nix-bin-tool Replace cd .. && pwd with readlink -f (#17152) 2023-07-19 12:54:33 +00:00
dade-exec-nix-tool Replace cd .. && pwd with readlink -f (#17152) 2023-07-19 12:54:33 +00:00
ensure-nix Fix nix installation (#6400) 2020-06-18 10:34:08 +02:00