[Kolab-devel] Kolab2 Beta3 install-kolab.sh -H -F does not work
Richard Bos
ml at radoeka.nl
Tue Dec 18 18:34:22 CET 2007
Op Tuesday 18 December 2007 17:54:01 schreef ComCept Soliva:
> I'm not very familar with shell scripts.....but it seems that following
> positions is not fitting the requirements:
>
> 136
> 137 R_KID=$(($KID + 1))
> 138 N_KID=$(($R_KID + 1))
> 139
this is just fine, e.g:
med103:~> KID=2
med103:~> R_KID=$(($KID + 1))
med103:~> N_KID=$(($R_KID + 1))
med103:~> echo $N_KID
4
--
Richard Bos
Without a home the journey is endless
More information about the devel
mailing list