diff options
author | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2020-02-19 23:24:46 +0000 |
---|---|---|
committer | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2020-02-19 23:24:46 +0000 |
commit | 354cdf2895da4de6b16ea011e31392c21cdc37ac (patch) | |
tree | 552d7e42066580bf74fb9720481e20ea4c11b06f /kiss | |
parent | 17bafe47fec55a403e3714e60c70ce6ef322a0ec (diff) | |
download | cpt-354cdf2895da4de6b16ea011e31392c21cdc37ac.tar.gz |
docs: update
FossilOrigin-Name: 229db0944159a65774a009b5f336c710bc308154f5f810012824bdf1ff828148
Diffstat (limited to 'kiss')
-rwxr-xr-x | kiss | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -429,7 +429,7 @@ pkg_fixdeps() { done | # Remove duplicate entries from the new depends file. - # This remove duplicate lines looking *only* at the + # This removes duplicate lines looking *only* at the # first column. sort -uk1,1 -o depends depends - |