[OE-core] [PATCH 7/8] oe-git-proxy.sh: Add a new comprehensive git proxy script

Enrico Scholz enrico.scholz at sigma-chemnitz.de
Tue Feb 5 19:08:51 UTC 2013


Otavio Salvador <otavio at ossystems.com.br> writes:

> Please give it a try in dash as well.

fwiw, what's the point in writing such scripts plain sh?  I guess. every
machine where this script is running has /bin/bash and performance is
not critical for it. Using '#! /bin/bash' shebang fixes the problem
where sh is non bash.

Some constructs in the scripts can be expressed mor efficiently in bash
(e.g. the '... | sed' statements, or using arrays for the arguments).


Enrico




More information about the Openembedded-core mailing list