From f42e07553cacd5d0d06ade4684d76ef698aab8dd Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Tue, 8 Oct 2013 16:11:27 +0200 Subject: git-mirror: Apply minor cosmetics diff --git a/bin/git-mirror b/bin/git-mirror index af54a14..4c7722e 100755 --- a/bin/git-mirror +++ b/bin/git-mirror @@ -18,7 +18,7 @@ set -u export PATH='/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin' temp_prefix='/run/shm' -fourty_zeros=$(printf '%.40u' 0) +forty_zeros=$(printf '%.40d' 0) myself=${0##*/} check_refs() -- cgit v0.10-9-g596f