fileset

git mirror of https://ccx.te2000.cz/bzr/fileset
git clone https://ccx.te2000.cz/git/fileset
Log | Files | Refs | README

commit 64a55ef04772b3fb601254a9e64cc4268d0c4a74
parent 566ea063be9e69cc8d89e6af72ad4f56e7011fec
Author: Jan Pobrislo <ccx@webprojekty.cz>
Date:   Wed,  9 Jul 2014 21:39:16 +0200

fix root path in fslist
Diffstat:
Mbin/fslist | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/fslist b/bin/fslist @@ -34,7 +34,7 @@ statement_end() { delim='' } -ROOT=${${${ROOT:-$PWD}:a}%/} +ROOT=${${${ROOT:-$PWD}:A}%/} : ${compact:=1} : ${print_m:=1} : ${print_o:=1}