diff options
-rw-r--r-- | %HOME%/.bashrc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/%HOME%/.bashrc b/%HOME%/.bashrc index 7968258..730a7ea 100644 --- a/%HOME%/.bashrc +++ b/%HOME%/.bashrc @@ -66,7 +66,8 @@ list_packages() ( set -o errexit -o nounset -o pipefail if is_cygwin; then - cygcheck --check-setup --dump-only + cygcheck --check-setup --dump-only \ + | cut -d ' ' -f 1 elif is_ubuntu; then dpkg --get-selections \ | grep --invert-match -- 'deinstall$' \ |