diff options
author | Lukas Larsson <[email protected]> | 2019-02-18 15:00:54 +0100 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2019-02-22 11:12:54 +0100 |
commit | 9465811e719b5ed4b1b9be443b209a7df0c7e7f0 (patch) | |
tree | 74480a46218a6a6138ce4c2ddf446ff8ca5d4323 /otp_build | |
parent | 955a7ab963f9b1316897db30fbc42c9268459efc (diff) | |
download | otp-9465811e719b5ed4b1b9be443b209a7df0c7e7f0.tar.gz otp-9465811e719b5ed4b1b9be443b209a7df0c7e7f0.tar.bz2 otp-9465811e719b5ed4b1b9be443b209a7df0c7e7f0.zip |
win32: Fix ./otp_build debuginfo_win32
Diffstat (limited to 'otp_build')
-rwxr-xr-x | otp_build | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1018,7 +1018,7 @@ do_debuginfo_win32 () fi BINDIR="$ERL_TOP/bin/$TARGET" EVSN=`grep '^VSN' erts/vsn.mk | sed 's,^VSN.*=[^0-9]*\([0-9].*\)$,@\1,g;s,^[^@].*,,g;s,^@,,g'` - for f in beam.debug.dll beam.debug.smp.dll beam.pdb beam.smp.pdb erl.pdb werl.pdb erlexec.pdb; do + for f in beam.debug.smp.dll beam.smp.pdb erl.pdb werl.pdb erlexec.pdb; do if [ -f $BINDIR/$f ]; then rm -f $RELDIR/erts-$EVSN/bin/$f cp $BINDIR/$f $RELDIR/erts-$EVSN/bin/$f |