Skip to content

Commit

Permalink
Update Cwd.pm
Browse files Browse the repository at this point in the history
  • Loading branch information
Frosku committed Apr 30, 2021
1 parent 8160623 commit 9e75bd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/PathTools/Cwd.pm
Expand Up @@ -156,7 +156,7 @@ if($^O ne 'MSWin32') {
'/usr/bin/pwd',
'/QOpenSys/bin/pwd', # OS/400 PASE.
'/run/current-system/profile/bin/pwd', # GUIX
'/run/current-system/sw/bin/pwd' #NixOS
'/run/current-system/sw/bin/pwd' # NixOS
) {
if( -x $try ) {
$pwd_cmd = $try;
Expand Down

0 comments on commit 9e75bd3

Please sign in to comment.