From ed462dc0f0ec6b4e60b5d1299dc858fa6b19978c Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Sat, 20 Dec 2008 15:22:27 +0100 Subject: arg passing fix --- src/aif.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/aif.sh b/src/aif.sh index ac82664..0db3d6c 100755 --- a/src/aif.sh +++ b/src/aif.sh @@ -347,7 +347,7 @@ do ;; ?) # If we hit something elso, call process_args - process_args $OPTION $OPTARG # you can override this function in your profile to parse additional arguments and/or override the behavior above + process_args -$OPTION $OPTARG # you can override this function in your profile to parse additional arguments and/or override the behavior above ;; esac -- cgit v1.2.3-54-g00ecf