From ccc6cda312fea9f0468ee65b8f368e9653e1380b Mon Sep 17 00:00:00 2001 From: Jari Aalto Date: Mon, 23 Dec 1996 17:02:34 +0000 Subject: Imported from ../bash-2.0.tar.gz. --- examples/functions/autoload | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/functions/autoload') 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 $? ; }' } # -- cgit v1.2.3