• Show log

    Commit

  • Hash : d364dc8b
    Author : Carlos Martín Nieto
    Date : 2016-04-01T14:33:42

    ignore: don't use realpath to canonicalize path
    
    If we're looking for a symlink, realpath will give us the resolved path,
    which is not what we're after, but a canonicalized version of the path
    the user asked for.