diff options
author | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2020-02-20 10:12:28 +0000 |
---|---|---|
committer | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2020-02-20 10:12:28 +0000 |
commit | 8873ad6ef833ec185e4b09eec13589d4f155d430 (patch) | |
tree | 4c53edc2daff6094d19ccd54258e262e1b0f75ac /kiss | |
parent | 1adc6fc5c1af35db8f35bcdb09ccae2657c8b9b6 (diff) | |
download | cpt-8873ad6ef833ec185e4b09eec13589d4f155d430.tar.gz |
kiss: Drop 'kiss env'.
Was only useful in confirming whether or not
a specific issue was environment related.
The mentioned issue has been resolved and
this feature is no longer of any use.
Bye.
FossilOrigin-Name: 5ed8323d7a85a48925b6856cdd477238bfa7383f559e3d501acf00e3cae67009
Diffstat (limited to 'kiss')
-rwxr-xr-x | kiss | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -1286,16 +1286,6 @@ args() { done ;; - e|env) - # Display all KISS related environment variables as - # seen by the package manager. - env | grep -F KISS_ - - # Run the above as root as a means of debugging - # the environment. We'll see how handy it is over time. - [ "$uid" = 0 ] || as_root kiss env - ;; - i|install) pkg_order "$@" @@ -1320,7 +1310,6 @@ args() { log 'alternatives: List and swap to alternatives' log 'build: Build a package' log 'checksum: Generate checksums' - log 'env: List kiss settings' log 'install: Install a package' log 'list: List installed packages' log 'remove: Remove a package' |