#!/bin/bash
export ZYPPER_UPGRADEREPO=1
zypper-upgraderepo $@
res=$?
unset ZYPPER_UPGRADEREPO
exit $res
