diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/sisu/v3dv/sysenv.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sisu/v3dv/sysenv.rb b/lib/sisu/v3dv/sysenv.rb index a5658ee1..4e0e12a7 100644 --- a/lib/sisu/v3dv/sysenv.rb +++ b/lib/sisu/v3dv/sysenv.rb @@ -612,7 +612,7 @@ module SiSU_Env @sys=InfoSystem.instance end def program_found?(program) - found=`whereis #{program}` + found=`which #{program}` #`whereis #{program}` (found =~/bin\/#{program}\b/) ? true : false end def locale #locales utf8 or other |