[BACK]Return to zlist CVS log [TXT][DIR] Up to [local] / wpscripts / zlist

Diff for /wpscripts/zlist/zlist between version 1.4 and 1.5

version 1.4, 2011/07/19 17:02:54 version 1.5, 2011/07/19 20:23:44
Line 150 
Line 150 
             $searchpath = '/mnt/maket/' . $searchpath;              $searchpath = '/mnt/maket/' . $searchpath;
   
   
   
 #           # follow symlink to achieve real path  
 #           chomp( $_ = `dirname $searchpath | xargs /usr/bin/readlink` ); chomp( $searchpath = $_ . '/' . `basename $searchpath` );  
   
             # finally, get file size              # finally, get file size
             $size[$i] = -s $searchpath;              $size[$i] = -s $searchpath;
             $size[$i] = ($size[$i] > 1048576 ? int($size[$i] / 1024 / 1024) . " MB" : int($size[$i] / 1024) . " KB");              $size[$i] = ($size[$i] > 1048576 ? int($size[$i] / 1024 / 1024) . " MB" : int($size[$i] / 1024) . " KB");

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

CVSweb