diff options
Diffstat (limited to 'packaging/SGI')
-rwxr-xr-x | packaging/SGI/idb.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packaging/SGI/idb.pl b/packaging/SGI/idb.pl index c4a03c817bf..47cf16a5bcf 100755 --- a/packaging/SGI/idb.pl +++ b/packaging/SGI/idb.pl @@ -1,7 +1,9 @@ #!/usr/bin/perl +require "pwd.pl" || die "Required pwd.pl not found"; # This perl script automatically generates the samba.idb file +&initpwd; $curdir = $ENV{"PWD"}; # get a complete list of all files in the tree |