[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Permission scheme: Real world test needed



Norbert Preining <preining@logic.at> wrote:

>     if [ $PERMS = 3775 -o $PERMS = 1777 ] ; then

Bzzzzzzzzzt. Not POSIX. ;-)

Use 'if [ $PERMS = 3775 ] || [ $PERMS = 1777 ] ; then'.

-- 
Florent, POSIXifying bot /de service/



Reply to: