bugfix: some old version of "cp" does not support trailing slashes in the destination argument and could break the ./configure script. thanks Weibin Yao for reporting it.

This commit is contained in:
agentzh (章亦春)
2011-12-16 14:50:02 +08:00
parent 893262d13a
commit d0fc49168d
3 changed files with 98 additions and 98 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
main_ver=1.0.10
minor_ver=25
minor_ver=27
version=$main_ver.$minor_ver
echo $version