From bd9e2a82f69d314291f78d7a4ecb358e3367ec2e Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 22 Sep 2008 07:11:28 +0200 Subject: anytag: Fixed paths --- etc/functions/anytag | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc') diff --git a/etc/functions/anytag b/etc/functions/anytag index 0d3c090..7dc26a8 100644 --- a/etc/functions/anytag +++ b/etc/functions/anytag @@ -10,9 +10,9 @@ for file in *(.); do eval $cmd read for tag in $reply; do - mkdir -p tags/$tag + mkdir -p .tags/$tag ( - cd tags/$tag + cd .tags/$tag ln -s ../../$file ) done -- cgit v1.2.3