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 f398f65..f218c0f 100644
--- a/gotrc-examples/no-empty-user
+++ b/gotrc-examples/no-empty-user
@@ -6,7 +6,7 @@
read_function_no_empty_user=$read_function
read_function=_read_no_empty_user
-function _read_no_empty_user
+_read_no_empty_user ()
{
$read_function_no_empty_user
if [ "${lower}" = "" ]; then