aboutsummaryrefslogtreecommitdiffstats
path: root/gotrc-examples/no-empty-user
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2013-09-30 23:29:44 +0200
committerMattias Andrée <maandree@operamail.com>2013-09-30 23:29:44 +0200
commit89f8903bc5b942211c95e3a1dfdf1d030be8596d (patch)
tree169e8232171e24e6a317e83701f59081a8eb72da /gotrc-examples/no-empty-user
parentderp (diff)
downloadgates-of-tartaros-89f8903bc5b942211c95e3a1dfdf1d030be8596d.tar.gz
gates-of-tartaros-89f8903bc5b942211c95e3a1dfdf1d030be8596d.tar.bz2
gates-of-tartaros-89f8903bc5b942211c95e3a1dfdf1d030be8596d.tar.xz
portability
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-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