diff options
author | Michael Pavone <pavone@retrodev.com> | 2019-04-09 22:46:43 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2019-04-09 22:46:43 -0700 |
commit | 9e32a3d6ef75b483e4b84650a8652a88a32760c3 (patch) | |
tree | a364b0b137f6ebe095b1e1652ab57a5b21653cc4 | |
parent | 9bdd746f50367d75f8139c5f152c3520d43b83ed (diff) | |
parent | e8927ba2b9e93e40fcbb9f4e01e142698f12c73d (diff) |
Merge
-rwxr-xr-x | build_upload_win_nightly | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_upload_win_nightly b/build_upload_win_nightly index 1ba8705..857f8d6 100755 --- a/build_upload_win_nightly +++ b/build_upload_win_nightly @@ -1,7 +1,7 @@ #!/bin/sh name=$1 . "$HOME/$name.params" -cd $HOME/blastem_win +cd $HOME/$DIR hg revert -a hg pull hg up |