Fix regression introduced with !1658
!1658 (merged) was causing problems with arguments like -input=../../../some_file.txt
: we should not call normpath
if we do not know yet if it is a path or not.
@frankm, this fixes problem you reported.
!1658 (merged) was causing problems with arguments like -input=../../../some_file.txt
: we should not call normpath
if we do not know yet if it is a path or not.
@frankm, this fixes problem you reported.