Skip to content

Commit

Permalink
Merge 393701a into 9085b4e
Browse files Browse the repository at this point in the history
  • Loading branch information
Frosku committed Jun 2, 2021
2 parents 9085b4e + 393701a commit 7f6777e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Expand Up @@ -443,6 +443,7 @@ François Désarménien <desar@club-internet.fr>
François Perrad <francois.perrad@gadz.org>
Frederic Briere <fbriere@fbriere.net>
Fréderic Chauveau <fmc@pasteur.fr>
Frosku <frosku@frosku.com>
Fyodor Krasnov <fyodor@aha.ru>
G. Del Merritt <del@intranetics.com>
Gabe Schaffer
Expand Down
2 changes: 2 additions & 0 deletions dist/PathTools/Cwd.pm
Expand Up @@ -155,6 +155,8 @@ if($^O ne 'MSWin32') {
foreach my $try ('/bin/pwd',
'/usr/bin/pwd',
'/QOpenSys/bin/pwd', # OS/400 PASE.
'/run/current-system/profile/bin/pwd', # GUIX
'/run/current-system/sw/bin/pwd' # NixOS
) {
if( -x $try ) {
$pwd_cmd = $try;
Expand Down

0 comments on commit 7f6777e

Please sign in to comment.