diff options
author | John Southworth <john.southworth@vyatta.com> | 2012-03-13 15:50:41 -0700 |
---|---|---|
committer | John Southworth <john.southworth@vyatta.com> | 2012-03-13 15:50:41 -0700 |
commit | 88826360c8e22d44be9d659224d8975743aa2e15 (patch) | |
tree | 9fbd0376e77302f08686257f859201a592ae08e4 /etc | |
parent | 18f0f0ae25480d6b56a15dbaff97a6d4aba3fd6e (diff) | |
parent | 52213005093f8604899716749591cf8399d66cec (diff) | |
download | vyatta-op-88826360c8e22d44be9d659224d8975743aa2e15.tar.gz vyatta-op-88826360c8e22d44be9d659224d8975743aa2e15.zip |
Merge branch 'oxnard' of git.vyatta.com:/git/vyatta-op into oxnard
Diffstat (limited to 'etc')
-rw-r--r-- | etc/bash_completion.d/vyatta-op | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/bash_completion.d/vyatta-op b/etc/bash_completion.d/vyatta-op index f638488..65dd701 100644 --- a/etc/bash_completion.d/vyatta-op +++ b/etc/bash_completion.d/vyatta-op @@ -32,7 +32,8 @@ test -z "$_vyatta_default_pager" && \ --auto-buffers\ --no-lessopen\ $_vyatta_less_options" -declare -x VYATTA_PAGER=$_vyatta_default_pager +test -z "$VYATTA_PAGER" && \ + declare -x VYATTA_PAGER=$_vyatta_default_pager _vyatta_op_do_key_bindings () { |