Skip to content

Commit

Permalink
Make sure to use the first argument in mopac script
Browse files Browse the repository at this point in the history
  • Loading branch information
connie committed Jan 30, 2016
1 parent 1f881a2 commit d9b7ae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mopac/bld.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ xcopy /s %SRC_DIR% %PREFIX%\Scripts
mkdir %PREFIX%\bin

(echo set MOPAC_LICENSE=%PREFIX%\Scripts) >> %PREFIX%\Scripts\mopac.bat
(echo %PREFIX%\Scripts\MOPAC2012.exe) >> %PREFIX%\Scripts\mopac.bat
(echo %PREFIX%\Scripts\MOPAC2012.exe %%1) >> %PREFIX%\Scripts\mopac.bat
chmod +x %PREFIX%\Scripts\mopac.bat

0 comments on commit d9b7ae8

Please sign in to comment.