install: Fix -d with more than two directories
The `tflag || argc > 2` if-statement should only apply when not creating directories (-d). Otherwise, if we are creating more than two directories, we get an error if the last argument does not already exist. To fix this, move the -d case above and return early.master
parent
f3d05ffd0a
commit
5c63ffad33
Loading…
Reference in New Issue