Fixed typo

This commit is contained in:
Orsiris de Jong 2013-11-25 09:36:49 +01:00
parent 9dfd3e32ac
commit e3f5b2f85b
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
###### Osync - Rsync based two way sync engine with fault tolerance ###### Osync - Rsync based two way sync engine with fault tolerance
###### (L) 2013 by Orsiris "Ozy" de Jong (www.netpower.fr) ###### (L) 2013 by Orsiris "Ozy" de Jong (www.netpower.fr)
OSYNC_VERSION=0.99RC2-qs OSYNC_VERSION=0.99RC2-qs
OSYNC_BUILD=1811201304 OSYNC_BUILD=2511201301
DEBUG=no DEBUG=no
SCRIPT_PID=$$ SCRIPT_PID=$$
@ -276,7 +276,7 @@ function GetOperatingSystem
if [ $? != 0 ] if [ $? != 0 ]
then then
LOCAL_OS_VAR=$(uname -v 2>&1) LOCAL_OS_VAR=$(uname -v 2>&1)
if [ $! != 0 ] if [ $? != 0 ]
then then
LOCAL_OS_VAR=($uname) LOCAL_OS_VAR=($uname)
fi fi