summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2013-10-14 14:52:34 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2013-10-14 14:52:34 (GMT)
commit985238e57fd575351e07d39e1128945698352f33 (patch)
treeb9ef9f389ebc3b96d6dde000324ffc7f8c4010e7 /bin
parentbbc28f270f194bd581e0b7735bab82ad4ff201a0 (diff)
downloadsite-985238e57fd575351e07d39e1128945698352f33.tar.gz
git-mirror: Fix typo in variable name
s/fourty/forty/
Diffstat (limited to 'bin')
-rwxr-xr-xbin/git-mirror4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/git-mirror b/bin/git-mirror
index 4c7722e..e738d7d 100755
--- a/bin/git-mirror
+++ b/bin/git-mirror
@@ -73,8 +73,8 @@ do
73 ref=${ref_file#$temp_dir/} 73 ref=${ref_file#$temp_dir/}
74 old=$(awk '$1 == "1" { print $2; exit }' "$ref_file") 74 old=$(awk '$1 == "1" { print $2; exit }' "$ref_file")
75 new=$(awk '$1 == "2" { print $2; exit }' "$ref_file") 75 new=$(awk '$1 == "2" { print $2; exit }' "$ref_file")
76 old=${old:-$fourty_zeros} 76 old=${old:-$forty_zeros}
77 new=${new:-$fourty_zeros} 77 new=${new:-$forty_zeros}
78 78
79 echo "$old" "$new" "$ref" 79 echo "$old" "$new" "$ref"
80 done >"$temp_file" 80 done >"$temp_file"