Skip to content

Commit

Permalink
Fixed link for reporting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Saunders committed Jul 2, 2018
1 parent 87aaa58 commit 6fee76b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions find_scons.bat
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ GOTO :eof
:start

:: Where to send bug reports
SET REPORT_LINK=saunders@aggienetwork.com
SET REPORT_LINK=https://github.com/jediry/bootstrap-scons/issues


:: The argument parsing logic below will alter %*, so grab the path to this script and parent directory now
Expand Down Expand Up @@ -201,7 +201,7 @@ IF EXIST "%FIND_SCONS_LOCAL_ROOT%\scons-%FIND_SCONS_VERSION%\SCons.py" (

:report_bug
ECHO.%* 1>&2
ECHO.Please report this to %REPORT_LINK%, and include the full path to your installations of Python and SCons ^(if any^) 1>&2
ECHO.Please report this at %REPORT_LINK%, and include the full path to your installations of Python and SCons ^(if any^) 1>&2
GOTO :eof


Expand Down

0 comments on commit 6fee76b

Please sign in to comment.