diff options
Diffstat (limited to '.envrc-local')
-rw-r--r-- | .envrc-local | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.envrc-local b/.envrc-local new file mode 100644 index 0000000..4d8d1ca --- /dev/null +++ b/.envrc-local @@ -0,0 +1,5 @@ +export DFLAGS="-O2 -inline -boundscheck=on -color=on" +export SpineVER=$(git describe --long --tags | sed 's/^[ a-z_-]\+\([0-9.]\+\)/\1/;s/\([^-]*-g\)/r\1/;s/-/./g') +export SpineSearchBIN=result/share/cgi-bin +export SpineCGIbin=/var/www/cgi/cgi-bin +export SpineCGIform='spine_search' |