tweak to put the output into the CWD
[migration-tools.git] / so
diff --git a/so b/so
index 52f078d..784ee2a 100755 (executable)
--- a/so
+++ b/so
@@ -1,2 +1,2 @@
 #!/bin/bash
-time mig sql -f $1 2>&1 | tee $1.out
+time mig sql -f $1 2>&1 | tee `basename $1`.out