Re: [PATCH modular] release.sh: Find modular directory through symlinks

2011-03-13 Thread Dan Nicholson
On Sun, Mar 13, 2011 at 3:34 AM, Dirk Wallenstein wrote: > To find the auxiliary script that updates a moduleset, consider the case > where the main script is accessed through a symlink, and resolve that > first. > > Signed-off-by: Dirk Wallenstein > --- >  release.sh |    3 ++- >  1 files change

[PATCH modular] release.sh: Find modular directory through symlinks

2011-03-13 Thread Dirk Wallenstein
To find the auxiliary script that updates a moduleset, consider the case where the main script is accessed through a symlink, and resolve that first. Signed-off-by: Dirk Wallenstein --- release.sh |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/release.sh b/release.sh