mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 15:50:59 +00:00
debian: set variable outside fork
This commit is contained in:
parent
337c9d4365
commit
c15613e065
2
debian/util.sh
vendored
2
debian/util.sh
vendored
@ -317,13 +317,13 @@ build_all () {
|
||||
{
|
||||
echo "Building $distro-$arch debs..." >&2
|
||||
local changes="$(build_debs $lopts $deb_opts $distro $dsc $arch 2>../log/$distro-$arch | tail -n1)"
|
||||
lopts="-B"
|
||||
echo "Done building $distro-$arch debs." >&2
|
||||
if [ "${changes:0:2}" = ".." ]; then
|
||||
echo "$changes" >> ../log/changes
|
||||
fi
|
||||
} &
|
||||
$par || wait
|
||||
lopts="-B"
|
||||
done
|
||||
fi
|
||||
done
|
||||
|
Loading…
x
Reference in New Issue
Block a user