mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-12-06 18:18:23 +00: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