From b08eac6f025c354f1462d269a5c5c70766050aae Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 19 Jul 2021 21:32:45 +0300 Subject: [PATCH] misc: nit --- kiss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiss b/kiss index 3198d98..a87d293 100755 --- a/kiss +++ b/kiss @@ -733,7 +733,7 @@ pkg_manifest() { # Sort the output in reverse. Directories appear after their contents. sort -r > "$_tmp_file" - # Remove the first character in each line (./dir -> /dir). + # Remove the prefix from each line. while read -r file; do printf '%s\n' "${file#"$2/$1"}" done < "$_tmp_file" > "$2/$1/$pkg_db/$1/manifest"