Fix SC2004: $ on variables in (( )) is unnecessary.

This commit is contained in:
Pedro Algarvio 2014-04-03 05:29:00 +01:00
parent e2c2a1cbcc
commit 86d723d91e

View file

@ -315,7 +315,7 @@ do
esac # --- end of case ---
done
shift $(($OPTIND-1))
shift $((OPTIND-1))
__check_unparsed_options() {