diff options
Diffstat (limited to 'dist.sh')
-rwxr-xr-x | dist.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ function find_out_dir () wd=`pwd` out_root=/tmp src_root=$HOME/work/odb -ver=`sed -e 's/^\(.*\)\.\(.*\)\..*$/\1.\2/' $src_root/odb/version` +ver=`sed -e 's/^\([^.]*\)\.\([^.]*\)\..*$/\1.\2/' $src_root/odb/version` test=n rebuild=n |