Development

Changeset 1784

You must first sign up to be able to contribute.

Changeset 1784

Show
Ignore:
Timestamp:
08/23/06 21:22:30 (2 years ago)
Author:
fabien
Message:

pake: fixed removing a symlink

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • tools/pake/trunk/lib/pake/pakeFunction.php

    r1765 r1784  
    167167  foreach ($files as $file) 
    168168  { 
    169     if (is_dir($file)
     169    if (is_dir($file) && !is_link($file)
    170170    { 
    171171      if ($verbose) echo '>> dir-      '.pakeApp::excerpt($file)."\n";