Hello,
It seems things are progressing nicely with regard to
Solaris portability. However, I still have a few problems:
1) Maybe I didn't notice some new configuration option,
but strcasestr is still not found with a simple "gmake".
2) In many of the shell scripts there is the idiom:
#!/bin/sh
cmd=
path=$(dirname $0)
case "$#" in
0) ;;
*) cmd="$1"
shift
When run, this gives the error:
./git.sh: syntax error at line 4: `path=$' unexpected
I think it's because (on my Solaris at least), sh is really
sh and is not symlinked to bash, and sh doesn't like that
syntax. Are there any good solutions to this other than
making the administrators actually change sh to a symlink,
(which I tried)?
/Peter
-
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| monstr | [PATCH 27/56] microblaze_v2: support for a.out |
| Andrew Morton | Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3 |
| mdew . | Re: [patch] CFS scheduler, v4 |
| Gabriel C | Re: 2.6.21-mm1 |
git: | |
| Gerrit Renker | [PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side) |
| Willy Tarreau | Re: [PATCH] tcp: splice as many packets as possible at once |
| Linus Torvalds | Re: [GIT]: Networking |
| Jarek Poplawski | [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
