From f1cd3c042aaf8aaa29ab166976012d2ed9cc907d Mon Sep 17 00:00:00 2001 From: merakor Date: Mon, 21 Dec 2020 11:29:26 +0000 Subject: cpt-lib: add ability to be used as a script - cpt script no longer ignores anything. - If cpt-lib is invoked from the command-line, it parses the given command-line arguments, making it possible to be used as a script. FossilOrigin-Name: 8484d0ff082d03f38fa41d7a5e76c21bfdd5951b6db5193bb4a7f17e74a5025e --- src/cpt | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/cpt') diff --git a/src/cpt b/src/cpt index 57e16b4..c72d39d 100755 --- a/src/cpt +++ b/src/cpt @@ -16,9 +16,6 @@ case "$arg" in done for path; do - # Ignore the library. - [ lib = "$path" ] && continue - printf "%b->%b %-${max}s " "$colorb" "$colre" "${path#*/cpt-}" sed -n 's/^# *//;2p' "$(command -v "cpt-$path")" done | sort -uk1 >&2 -- cgit v1.2.3