No longer confusing directory names with input filenames.
commitdaa56db334482548832388d4406cfa4480b50108
authorHenrik Tidefelt <tidefelt@isy.liu.se>
Mon, 19 May 2008 22:56:00 +0000 (20 00:56 +0200)
committerHenrik Tidefelt <tidefelt@isy.liu.se>
Fri, 5 Sep 2008 20:02:56 +0000 (5 22:02 +0200)
tree4e45530959113fe5ce2ef26dee0ec524d742df06
parentcc86cd3a9636f3ed6dab5a495dd80d7615d7aa4d
No longer confusing directory names with input filenames.

This became important now that --split=dir may create a directory named with just the filename base.  Hence, if there is an input file named <animation.shape>, shell completion will take you here if the output directory already exists:
  shapes --split=dir animation
and we want this to be a valid reference to the input file.

The risk that this will cause confusion in other situations is considered small.
source/main.cc