aboutsummaryrefslogtreecommitdiffstats
path: root/gotrc-examples/no-empty-user
diff options
context:
space:
mode:
Diffstat (limited to 'gotrc-examples/no-empty-user')
-rw-r--r--gotrc-examples/no-empty-user2
1 files changed, 1 insertions, 1 deletions
diff --git a/gotrc-examples/no-empty-user b/gotrc-examples/no-empty-user
index f218c0f..bfbbdd8 100644
--- a/gotrc-examples/no-empty-user
+++ b/gotrc-examples/no-empty-user
@@ -9,7 +9,7 @@ read_function=_read_no_empty_user
_read_no_empty_user ()
{
$read_function_no_empty_user
- if [ "${lower}" = "" ]; then
+ if [ "${user}" = "" ]; then
exit 0
fi
}