diff options
author | John Southworth <john.southworth@vyatta.com> | 2011-07-08 17:12:09 -0500 |
---|---|---|
committer | John Southworth <john.southworth@vyatta.com> | 2011-07-11 12:53:08 -0500 |
commit | d9fdb7f34b949fed8b0773f5da101a76925efe24 (patch) | |
tree | 9ba96cd3bca01038daaf9ce0100467c171441714 /templates/show/history/brief/node.def | |
parent | 781459feeb3ce1c37fbbfc94c0643d8fce30b1af (diff) | |
download | vyatta-op-d9fdb7f34b949fed8b0773f5da101a76925efe24.tar.gz vyatta-op-d9fdb7f34b949fed8b0773f5da101a76925efe24.zip |
Bugfix 7266: make 'show history' work with non interactive shells like webgui
(cherry picked from commit 80258882e7aeaef07bfd2b97496c089c74d34cd7)
Diffstat (limited to 'templates/show/history/brief/node.def')
-rw-r--r-- | templates/show/history/brief/node.def | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/show/history/brief/node.def b/templates/show/history/brief/node.def index c1a81a3..4dc73c1 100644 --- a/templates/show/history/brief/node.def +++ b/templates/show/history/brief/node.def @@ -1,2 +1,4 @@ help: recent command history -run: history 20 +run: HISTFILE="$HOME/.bash_history" + \set -o history + history 20 |