Merge pull request #610 from michal-hanu-la/master
Fix gencode-remote for __package_pkgng_freebsd
This commit is contained in:
commit
8e182844e4
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ execcmd(){
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
echo "$_cmd 2>&- >&-" # Silence the output of the command
|
echo "$_cmd >/dev/null 2>&1" # Silence the output of the command
|
||||||
echo "status=\$?"
|
echo "status=\$?"
|
||||||
echo "if [ \"\$status\" -ne \"0\" ]; then"
|
echo "if [ \"\$status\" -ne \"0\" ]; then"
|
||||||
echo " echo \"Error: ${_cmd} exited nonzero with \$status\"'!' >&2"
|
echo " echo \"Error: ${_cmd} exited nonzero with \$status\"'!' >&2"
|
||||||
|
|
Loading…
Reference in a new issue