aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/%HOME%
diff options
context:
space:
mode:
Diffstat (limited to '%HOME%')
-rw-r--r--%HOME%/.bash_utils/distr.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/%HOME%/.bash_utils/distr.sh b/%HOME%/.bash_utils/distr.sh
index 6d382e8..7a1996b 100644
--- a/%HOME%/.bash_utils/distr.sh
+++ b/%HOME%/.bash_utils/distr.sh
@@ -80,7 +80,8 @@ sums_list_paths() (
fi
IFS= read -r path
- path="${path#'*'}"
+ path="${path:1}"
+
[ -n "$escaped" ] && path="$( _sums_unescape_path "$path" )"
[ -n "$print_lines" ] && output+=("$line")