projtool.pl: do not attempt to check unset error codes
[girocco.git] / toolbox / trash-project.pl
blobbbf7c4474163da6da91566f2a004798c095c858f
1 #!/usr/bin/perl
2 # replaced by projtool.pl remove command
3 exec "__BASEDIR__/toolbox/projtool.pl", 'remove', @ARGV;
4 die "exec failed: $!\n";