diff options
author | Christian Pointner <equinox@helsinki.at> | 2011-07-20 20:30:08 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2011-07-20 20:30:08 (GMT) |
commit | 991fc06672f58291edc3f239e32257b050f176a7 (patch) | |
tree | 59f22ce4d7401115f59bec603b2acd8d0852e417 /rhimport-dn | |
parent | 1d311e19c9ea161c14fc44671b0be37e5b563c85 (diff) |
fixed rhimport-dn (again...)
added 0.3 to debian changelog
git-svn-id: https://svn.helsinki.at/rhimport/trunk@76 7c65635b-ec39-4f67-a626-873dbafdd612
Diffstat (limited to 'rhimport-dn')
-rwxr-xr-x | rhimport-dn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rhimport-dn b/rhimport-dn index 32d5bf3..bf98e81 100755 --- a/rhimport-dn +++ b/rhimport-dn @@ -123,7 +123,7 @@ $dbh->disconnect(); unlink $file; if(!$ret) { - print "\nImport Error:\n" + print "\nImport Error:\n"; print $log; exit 1; } |