Browse Source

fix arithmetic expression

pull/3/head
s-p-k 8 years ago
parent
commit
94200a2373
  1. 3
      gifgen

3
gifgen

@ -47,8 +47,7 @@ while getopts "hi:o:f:sv" opt; do
;; ;;
esac esac
done done
shift $(($OPTIND - 1)) shift "$((OPTIND-1))"
# Grab input file from end of command # Grab input file from end of command
input=$1 input=$1

Loading…
Cancel
Save