fix "stg float -s FILE" for FILE != "-"
authorHannes Eder <heder@google.com>
Fri, 17 Jul 2009 10:58:53 +0000 (11:58 +0100)
committerCatalin Marinas <catalin.marinas@arm.com>
Fri, 17 Jul 2009 10:58:53 +0000 (11:58 +0100)
commitcef5deb44e9b2ac2f9f63c4abc2d1bb20e1cb1d1
treee54a3379acefc7fc630e59da4f73a1bb2fc1b373
parent4a8e79dc3b13208701ca41ac5cfc15bb270238cd
fix "stg float -s FILE" for FILE != "-"

The commit:

  commit 5a1bab1ad60688471e100e310c58c7e60d18cd80
  Author: Catalin Marinas <catalin.marinas@arm.com>
  Date:   Thu Apr 9 23:40:59 2009 +0300

      Convert "float" to the lib infrastructure

introduces a bug in "stg float -s FILE" when FILE is not equal to "-".
This patches fixes this issue.

Signed-off-by: Hannes Eder <heder@google.com>
stgit/commands/float.py