changeset 1832:b35743f28744

Get OS param from config file for win nightly build/upload script
author Michael Pavone <pavone@retrodev.com>
date Sun, 07 Apr 2019 23:17:18 -0700
parents 478ab1f4ff94
children b58310808b10 304d47a5c67f
files build_upload_win_nightly
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/build_upload_win_nightly	Sun Apr 07 23:07:19 2019 -0700
+++ b/build_upload_win_nightly	Sun Apr 07 23:17:18 2019 -0700
@@ -7,7 +7,7 @@
 hg up
 rev=`hg summary |  sed -E -n 's/^parent: [^:]+:([^ ]+) .*$/\1/p'`
 sed -i -E "s/(define BLASTEM_VERSION \"[^-]+)-pre\"/\1-pre-$rev\"/" blastem.c
-export OS=Windows
+export OS
 ./build_release > /tmp/build_${name}_out.log
 result=$?
 if [ $result -ne 0 ]; then