From 39bf96f4528beab6665b480763e67debf5c9e0de Mon Sep 17 00:00:00 2001 From: Jan-Jaap Korpershoek Date: Fri, 26 Nov 2021 10:01:31 +0100 Subject: [PATCH] Remove double escape --- perl/kaktree.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/perl/kaktree.pl b/perl/kaktree.pl index 323f9d4..10c5820 100644 --- a/perl/kaktree.pl +++ b/perl/kaktree.pl @@ -35,7 +35,6 @@ sub build_tree { my $real_path = abs_path(escape_path($path)); $real_path =~ s/\s+$//; - $real_path = escape_path($real_path); chomp(my @input = `ls -1LFb 2>&- $hidden_arg $real_path`);