Mercurial > repos > marcel > caddsuite_linux_x86_64
diff CADDSuite/DBExporter @ 5:b7a89b15646f
Uploaded
author | marcel |
---|---|
date | Tue, 12 Jul 2011 10:23:33 -0400 |
parents | bac3c274238f |
children |
line wrap: on
line diff
--- a/CADDSuite/DBExporter Tue Jun 28 10:37:20 2011 -0400 +++ b/CADDSuite/DBExporter Tue Jul 12 10:23:33 2011 -0400 @@ -1,4 +1,4 @@ #!/bin/bash - export BASE_DIR=`dirname "$0"` - . "$BASE_DIR"/setPathes.sh - "$BASE_DIR"/bin/DBExporter.bin "$@" + export BASE_DIR=`dirname "$0"` + . "$BASE_DIR"/setPathes.sh + "$BASE_DIR"/bin/DBExporter.bin "$@"