From 0650675a62ed21691600f1677d2a707957020396 Mon Sep 17 00:00:00 2001 From: John Southworth Date: Tue, 26 Jul 2011 20:22:28 -0700 Subject: Bugfix 5611: Fix a typo in the shell level check --- etc/bash_completion.d/vyatta-op | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/bash_completion.d') diff --git a/etc/bash_completion.d/vyatta-op b/etc/bash_completion.d/vyatta-op index 0420c23..5ac807e 100644 --- a/etc/bash_completion.d/vyatta-op +++ b/etc/bash_completion.d/vyatta-op @@ -566,7 +566,7 @@ fi _vyatta_op_init $@ -if [[ "VYATTA_USER_LEVEL_DIR"=="/opt/vyatta/etc/shell/level/users" ]]; then +if [[ "$VYATTA_USER_LEVEL_DIR" == "/opt/vyatta/etc/shell/level/users" ]]; then PS1='\u@\h> ' fi -- cgit v1.2.3