init version.
[bush.git] / tests.bak / history2.sub
blob1b5c1d2873afa5a05bf19bc5fa315cfeac0ce5be
1 set -o history
2 HISTSIZE=256
3 HISTFILE=/dev/null
5 # these two lines should be the same
6 echo ${BUSH_VERSION%\.*}
7 echo $(fc -nl -1)
9 echo ${BUSH_VERSION%\.*}
10 fc -nl -1