Closed yaauie closed 8 years ago
Thanks Ryan (and sorry for the delay). I have fixed the code with this, which is probably much better:
-my $path = $0; +my $path = dirname($0);
-$path =~ s/\/+[^\/]+$//;
ok, so this issue can be closed?
Ninka execution has been rewritten. This patch is no longer necessary.
When attempting to use ninka for the first time, I executed it from its own directory:
This small patch allows the script to be executed from its parent's directory, while still allowing the standard case.