summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
be2a231)
... until after we've established the logfile. Otherwise it won't
capture these things.
## Build any necessary qualifiers.
qual= sep=.
## Build any necessary qualifiers.
qual= sep=.
esac
## Construct the output directory.
esac
## Construct the output directory.
-assign releasepath $toppath/dist-$build$qual
+releasepath=$toppath/dist-$build$qual
chmod -R +w $releasepath 2>/dev/null || :
rm -rf $releasepath 2>/dev/null || :
mkdir $releasepath
chmod -R +w $releasepath 2>/dev/null || :
rm -rf $releasepath 2>/dev/null || :
mkdir $releasepath
+## Repeat the earlier assignments for tbe benefit of the logfile.
+assign toppath $toppath
+assign releasepath $releasepath
+
## Do we have a Git repository?
case "$checkout,$setup,$(yesno [ -d $toppath/.git ])" in
yes,no,*)
## Do we have a Git repository?
case "$checkout,$setup,$(yesno [ -d $toppath/.git ])" in
yes,no,*)