Skip to content
  • Brad King's avatar
    BUG: Fix SharedForward in-tree detection · 836b8b3b
    Brad King authored
    To detect when the launcher is running from the build tree we now test
    if the directory containing it is the same as the build-tree directory
    using an inode test instead of string comparison.  This makes it more
    robust on case-insensitive filesystems and other quirky situations.
    836b8b3b