File set_php_8.3.latest.sh of Package dba-apa24-php-836

#!/bin/bash
#set -x
v=`ls -1d 8.3.? 8.3.?? 2>/dev/null|cut -d "." -f3 |sort -n |tail -1`
i=`ls -l 8.3.latest.bak* 2>/dev/null|wc -l`
test -L 8.3.latest && mv 8.3.latest 8.3.latest.bak.${i}
rc=`ln -fs 8.3.${v} 8.3.latest`
exit $rc
openSUSE Build Service is sponsored by