1
1
Fork 0

setup.sh: Don't use &>

This commit is contained in:
Jonathan Schleifer 2023-04-17 09:46:16 +00:00
parent 48749f9e1c
commit d94ade8ccc

View file

@ -33,7 +33,7 @@ if have fossil; then
fi fi
gpg_key="7395312F" gpg_key="7395312F"
if $gpg --list-secret-keys $gpg_key &>/dev/null; then if $gpg --list-secret-keys $gpg_key >/dev/null 2>&1; then
fossil set --global pgp-command \ fossil set --global pgp-command \
"$gpg -u $gpg_key --clearsign -o" "$gpg -u $gpg_key --clearsign -o"
fossil set --global clearsign 1 fossil set --global clearsign 1