aboutsummaryrefslogtreecommitdiff
path: root/kiss
diff options
context:
space:
mode:
authordylan.araps@gmail.com <dylan.araps@gmail.com>2020-02-20 10:12:28 +0000
committerdylan.araps@gmail.com <dylan.araps@gmail.com>2020-02-20 10:12:28 +0000
commit8873ad6ef833ec185e4b09eec13589d4f155d430 (patch)
tree4c53edc2daff6094d19ccd54258e262e1b0f75ac /kiss
parent1adc6fc5c1af35db8f35bcdb09ccae2657c8b9b6 (diff)
downloadcpt-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-xkiss11
1 files changed, 0 insertions, 11 deletions
diff --git a/kiss b/kiss
index 47938e5..9d01a7b 100755
--- a/kiss
+++ b/kiss
@@ -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'