aboutsummaryrefslogtreecommitdiffstats
path: root/examples/functions/autoload
diff options
context:
space:
mode:
Diffstat (limited to 'examples/functions/autoload')
-rw-r--r--examples/functions/autoload2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/functions/autoload b/examples/functions/autoload
index a6ae421..206b012 100644
--- a/examples/functions/autoload
+++ b/examples/functions/autoload
@@ -29,7 +29,7 @@
aload()
{
- eval $1 '() { . '$2' ; '$1' "$@" ; return $?; }'
+ eval $1 '() { . '$2' ; '$1' "$@" ; return $? ; }'
}
#