diff options
author | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2020-01-27 21:27:34 +0000 |
---|---|---|
committer | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2020-01-27 21:27:34 +0000 |
commit | 2f002b1400b747d1348746a1033d62d7a1207da1 (patch) | |
tree | 69ef11153da731a87be64cd46c6b6f070dce4105 /kiss | |
parent | 3d3eb22bea63898d945796d9b6f926f36de92c43 (diff) | |
download | cpt-2f002b1400b747d1348746a1033d62d7a1207da1.tar.gz |
docs: update
FossilOrigin-Name: f056c5fcec4918f0348bf86910aaa36453e7d83860e6dfbdc0679f09308bd0c7
Diffstat (limited to 'kiss')
-rwxr-xr-x | kiss | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1199,9 +1199,8 @@ args() { } main() { - # Ensure that debug mode is never enabled to - # prevent internal package manager information - # from leaking to stdout. + # Ensure that debug mode is never enabled to prevent internal + # package manager information from leaking to stdout. set +x # Prevent the package manager from running as root. The package |