Francis Daly <francis@xxxxxxxxxx> writes: > Bryan Wu reported > /usr/local/bin/git-quiltimport: 114: Syntax error: Missing '))' > > Most bourne-ish shells I have here accept > x=$((echo x)|cat) > but all bourne-ish shells I have here accept > x=$( (echo x)|cat) > because $(( might mean arithmetic expansion. Well spotted, thanks. Sheesh, this is even warned in POSIX sh manpage. - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html