Project.pm: do not unlink nonexistent file
commit548cbd8776eea6a02a69d69c5902c7027ff08f8b
authorKyle J. McKay <mackyle@gmail.com>
Wed, 31 Jan 2018 00:20:00 +0000 (30 16:20 -0800)
committerKyle J. McKay <mackyle@gmail.com>
Wed, 31 Jan 2018 00:20:00 +0000 (30 16:20 -0800)
treec6f8562acdfb7e3189a50d6851097142969f7d4e
parentad18fc1df92ddf0a2d0a26bf9655821e84cf58a0
Project.pm: do not unlink nonexistent file

There's no need to die when unlink fails to unlink a
non-existent file, simply avoid doing the unlink in the
first place in that case.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
Girocco/Project.pm