diff options
-rwxr-xr-x | src/aif.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |