Skip to content

Commit

Permalink
don't rename (or test) shell scripts on win
Browse files Browse the repository at this point in the history
  • Loading branch information
bollwyvl committed Jul 7, 2020
1 parent c268e1f commit 19bd72a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
6 changes: 0 additions & 6 deletions recipes/chktex/bld.bat
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,4 @@ FOR /F "delims=" %%i IN ('cygpath.exe -u "%STDLIB_DIR%"') DO set "STDLIB_DIR=%%i
bash -lxc "./build.sh"
if errorlevel 1 exit 1

bash -lxc "mv %PREFIX%/bin/deweb %PREFIX%/bin/deweb.exe"
if errorlevel 1 exit 1

bash -lxc "mv %PREFIX%/bin/chkweb %PREFIX%/bin/chkweb.exe"
if errorlevel 1 exit 1

exit 0
5 changes: 3 additions & 2 deletions recipes/chktex/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,9 @@ test:
commands:
- conda inspect linkages -p $PREFIX {{ name }} # [unix]
- chktex --version
- deweb --version
- chkweb --version
# these are shell scripts... but don't appear to be needed for chktex to "work"
- deweb --version # [unix]
- chkweb --version # [unix]

about:
home: https://www.nongnu.org/chktex
Expand Down

0 comments on commit 19bd72a

Please sign in to comment.