Skip to content

Commit

Permalink
Merge 393701a into 1e43c13
Browse files Browse the repository at this point in the history
  • Loading branch information
Frosku committed May 8, 2021
2 parents 1e43c13 + 393701a commit a6e0f0f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions AUTHORS
Expand Up @@ -442,6 +442,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
4 changes: 3 additions & 1 deletion dist/PathTools/Cwd.pm
Expand Up @@ -3,7 +3,7 @@ use strict;
use Exporter;


our $VERSION = '3.80';
our $VERSION = '3.81';
my $xs_version = $VERSION;
$VERSION =~ tr/_//d;

Expand Down 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 a6e0f0f

Please sign in to comment.