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
|
||||
|
||||
pushd `dirname $0`
|
||||
devtools/bin/vpc /hl2mp +everything /mksln everything
|
||||
popd
|
||||
#!/bin/bash
|
||||
|
||||
pushd `dirname $0`
|
||||
devtools/bin/vpc /hl2mp +everything /mksln everything
|
||||
popd
|
||||
|
@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
pushd `dirname $0`
|
||||
devtools/bin/vpc /hl2mp +game /mksln games
|
||||
popd
|
||||
#!/bin/bash
|
||||
|
||||
pushd `dirname $0`
|
||||
devtools/bin/vpc /hl2mp +game /mksln games
|
||||
popd
|
||||
|
Loading…
Reference in New Issue
Block a user