mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2024-12-22 09:38:56 +08:00
Shebang-style executable files don't work with CR LF line endings... (#108)
This commit is contained in:
parent
d37768fc19
commit
78dab58646
@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
pushd `dirname $0`
|
pushd `dirname $0`
|
||||||
devtools/bin/vpc /hl2mp +everything /mksln everything
|
devtools/bin/vpc /hl2mp +everything /mksln everything
|
||||||
popd
|
popd
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
pushd `dirname $0`
|
pushd `dirname $0`
|
||||||
devtools/bin/vpc /hl2mp +game /mksln games
|
devtools/bin/vpc /hl2mp +game /mksln games
|
||||||
popd
|
popd
|
||||||
|
Loading…
Reference in New Issue
Block a user