diff options
Diffstat (limited to 'ext/NDBM_File/hints/gnukfreebsd.pl')
-rw-r--r-- | ext/NDBM_File/hints/gnukfreebsd.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/NDBM_File/hints/gnukfreebsd.pl b/ext/NDBM_File/hints/gnukfreebsd.pl index 6e37b40270..db63567966 100644 --- a/ext/NDBM_File/hints/gnukfreebsd.pl +++ b/ext/NDBM_File/hints/gnukfreebsd.pl @@ -1 +1 @@ -do './hints/linux.pl'; +do './hints/linux.pl' or die $@; |