Skip to content

Commit

Permalink
don't need to export that
Browse files Browse the repository at this point in the history
  • Loading branch information
jupyterkat committed Nov 21, 2023
1 parent 8187b0e commit 02773bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/setup_byond_windows.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash
set -euo pipefail

export BYOND_MAJOR=515
export BYOND_MINOR=1620
BYOND_MAJOR=515
BYOND_MINOR=1620

if [ -d "$HOME/BYOND/byond/bin" ] && grep -Fxq "${BYOND_MAJOR}.${BYOND_MINOR}" $HOME/BYOND/version.txt;
then
Expand Down

0 comments on commit 02773bf

Please sign in to comment.