SHA256
1
0
forked from pool/mariadb

Little rc script fix

OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=153
This commit is contained in:
Michal Hrusecky (old before rename to _miska_) 2014-08-19 21:32:00 +00:00 committed by Git OBS Bridge
parent 5097587a62
commit 7688857f03
2 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b23297a92dab99112855f5249854d3b2f56e81a4759bef79f824c534faa7c97e
size 218
oid sha256:10d34094de047645360cc0a2bf1c5d61a53eb626916d52e6c85ad8e2dc994104
size 216

View File

@ -35,7 +35,7 @@
rc_check ()
{
_rc_status_ret=$?
test "_rc_status_ret" || _rc_status_ret=0
test "$_rc_status_ret" || _rc_status_ret=0
test $_rc_status_ret -eq 0 || _rc_status=$_rc_status_ret
test $_rc_status -eq 0 || _rc_status_all=$_rc_status
return 0$_rc_status_ret