Project

General

Profile

« Previous | Next » 

Revision 6937

vegbien_dest: Use $version as $public when $public not provided. When neither is provided, continue to use "public" and also set $version to that.

View differences:

vegbien_dest
11 11
        return 2
12 12
    fi
13 13
    
14
    : ${prefix=out_} ${public=public}
14
    : ${prefix=out_} ${version=public} ${public=$version}
15 15
    
16 16
    export public \
17 17
    ${prefix}engine=PostgreSQL \

Also available in: Unified diff