From 705e12a91601be213b5cba56b9a369b1b70d8feb Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 11 Jul 2019 09:02:44 +0300 Subject: [PATCH] kiss: comment --- kiss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiss b/kiss index 5cc8646..ddff77b 100755 --- a/kiss +++ b/kiss @@ -684,7 +684,7 @@ pkg_install() { trap '' INT # Installation works by unpacking the tar-ball to a specified location, - # manually running 'mkdir' to create each directory and finally, using + # manually running 'cpio' to create each directory and finally, using # 'mv' to move each file. cd "$tar_dir"