hstr/dist/env.sh
Martin Dvorak 78f50efeed MD
2014-01-19 21:54:14 +01:00

21 lines
548 B
Bash
Executable file

#!/bin/bash
export HHVERSION="0.97"
export HHFULLVERSION=${HHVERSION}-0ubuntu1
export HH=hh_${HHVERSION}
export HHRELEASE=hh_${HHFULLVERSION}
export HHSRC=/home/dvorka/p/hstr/github/hstr
export NOW=`date +%Y-%m-%d--%H-%M-%S`
export HHBUILD=hstr-${NOW}
#export UBUNTUVERSION=quantal
#export UBUNTUVERSION=raring
export UBUNTUVERSION=saucy
export HHBZRMSG="Prompt 2 filter fixed + better C-r compatibility."
# - edit config.am ... set new version
# - user email must be as in gpg i.e. (Dvorka) must present
# - hh_ must be with underscore
# eof