-
OK, now I think we no the problem.
Diferent shells handle their built in printf function diffrently.
Probably ubuntu has dash as default (compared to my system that uses bash).
It would probably work for you to change the first row in the script
sources/update_versionfile from
#!/bin/sh
to
#!/bin/bash
If bash exist on your system (I think it does because it's common on Linux...
2008-01-12 16:53:54 UTC in Varkon
-
soren_larsson committed revision 74 to the Varkon SVN repository, changing 121 files.
2008-01-09 18:18:07 UTC in Varkon
-
soren_larsson committed revision 72 to the Varkon SVN repository, changing 1 files.
2008-01-08 09:43:05 UTC in Varkon
-
I suspect that it is maybe the use of echo with flags in the script that causes the problem.
Anyhow if this is not the problem right now it has potential to cause problems on some systems as I understand it.
See for example this page:
http://www.in-ulm.de/~mascheck/various/echo/
Where they state:
"...
However, always keep in mind, that echo is only portable if you stay without...
2008-01-04 08:49:59 UTC in Varkon
-
soren_larsson committed revision 66 to the Varkon SVN repository, changing 1 files.
2008-01-04 08:45:28 UTC in Varkon
-
soren_larsson committed revision 58 to the Varkon SVN repository, changing 5 files.
2007-12-21 14:18:19 UTC in Varkon
-
soren_larsson committed revision 46 to the Varkon SVN repository, changing 3 files.
2007-12-03 15:20:41 UTC in Varkon
-
soren_larsson committed revision 45 to the Varkon SVN repository, changing 14 files.
2007-12-03 14:57:36 UTC in Varkon
-
soren_larsson committed revision 42 to the Varkon SVN repository, changing 10 files.
2007-11-28 17:08:20 UTC in Varkon
-
soren_larsson committed revision 41 to the Varkon SVN repository, changing 1 files.
2007-11-28 16:06:53 UTC in Varkon