X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft3419-rebase-patch-id.sh;h=bd8efaf005a9708f153ea873850acca994c64f29;hb=9b0ebc722cfc12bd14934aab5cf77ebe654e36e6;hp=1aee4835105afa8658536120892b63580b36f462;hpb=2ab32a330c32d6b31928e50c9e06a0266e144e40;p=git.git diff --git a/t/t3419-rebase-patch-id.sh b/t/t3419-rebase-patch-id.sh index 1aee48351..bd8efaf00 100755 --- a/t/t3419-rebase-patch-id.sh +++ b/t/t3419-rebase-patch-id.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh test_description='git rebase - test patch id computation' @@ -27,7 +27,7 @@ scramble() then echo "$x" fi - i=$(((i+1) % 10)) + i=$((($i+1) % 10)) done < "$1" > "$1.new" mv -f "$1.new" "$1" }