From f341c2e8dc945438bf90811e9f21576831727e9f Mon Sep 17 00:00:00 2001 From: mappu Date: Sun, 8 Jul 2018 13:09:57 +1200 Subject: [PATCH] work out of cwd, not script dir --- shunt_tags | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shunt_tags b/shunt_tags index 8187bef..e5987bc 100755 --- a/shunt_tags +++ b/shunt_tags @@ -543,7 +543,7 @@ EOD; function main($argv) { $recursive = false; - $directory = __DIR__; + $directory = getcwd(); // __DIR__; $dryrun = false; $shouldprompt = true; $displaymode = "table";