summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2008-12-20 15:22:27 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2008-12-20 15:22:27 +0100
commited462dc0f0ec6b4e60b5d1299dc858fa6b19978c (patch)
treeebfa1ac20b7f01a05fcb7090dda975461540f7a9 /src
parent37103ea8afa907966062b94fc1708ca1bf5d8351 (diff)
arg passing fix
Diffstat (limited to 'src')
-rwxr-xr-xsrc/aif.sh2
1 files changed, 1 insertions, 1 deletions
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