Forgot to pipe output of a profile test to null file

Obviously, this commit fixes that.
This commit is contained in:
Salt 2017-08-10 16:15:14 -05:00
parent ae651057fd
commit 18e7c56ab8

View File

@ -39,7 +39,7 @@ __define_aliases() {
# Mostly just helper wrappers and such
__define_functions() {
# Arch-only helper functions
if [ "$(which pacman)" ]; then
if [ "$(which pacman > /dev/null 2>&1)" ]; then
export PAC_HELPER="pacaur"
local helpers="pacaur yaourt pacman"
for helper in $helpers; do