forked from ungleich-public/cdist
Add error output to __package_pkg_openbsd
This commit is contained in:
parent
23c35acf16
commit
836c2ae7b8
3 changed files with 33 additions and 15 deletions
|
|
@ -22,13 +22,10 @@
|
|||
#
|
||||
#
|
||||
|
||||
os="$(cat "$__global/explorer/os")"
|
||||
os="$($__explorer/os)"
|
||||
|
||||
case "$os" in
|
||||
archlinux)
|
||||
echo $(uname -m)
|
||||
;;
|
||||
openbsd)
|
||||
archlinux|*bsd)
|
||||
echo $(uname -m)
|
||||
;;
|
||||
esac
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue