Re: [PATCH] Remove bashism from t3210-pack-refs.sh

From: Alex Riesen <raa.lkml@gmail.com>
Date: 2006-10-06 23:35:21
On 10/6/06, Dennis Stosberg <dennis@stosberg.net> wrote:
> -     SHA1=$(< .git/refs/heads/a) &&
> +     SHA1=`cat .git/refs/heads/a` &&

Only "<" (the redirection part) is bashism. The "$()" is POSIX.
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Received on Fri Oct 06 23:36:54 2006

This archive was generated by hypermail 2.1.8 : 2006-10-06 23:37:48 EST