scripts

shell scripts
git clone git://git.bitsmanent.org/scripts
Log | Files | Refs | README

commit be75e98776e029392717ba957539063eac02eee7
parent e0d3a1c902d0c95cc28e6bc6d2d5b258c8349734
Author: Claudio Alessi <smoppy@gmail.com>
Date:   Thu,  7 Jul 2022 20:19:13 +0200

Allow shell expansion in path names.

Diffstat:
Msrc/dbrowse | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/dbrowse b/src/dbrowse @@ -4,7 +4,7 @@ NEWLINE=" " fullpath() { - name="$1" + name="$(sh -c "echo $1")" path="$2" c="$(echo "$name" |cut -b1)"