mirror of
https://github.com/Gator96100/ProxSpace.git
synced 2025-07-05 20:51:20 -07:00
set the correct line endings for git
This commit is contained in:
parent
eabf954258
commit
f5b0b45b39
4 changed files with 5 additions and 8 deletions
|
@ -2,4 +2,4 @@
|
|||
call setup\setup.cmd
|
||||
taskkill /IM "gpg-agent.exe" /F 2>NUL
|
||||
echo %~dp0builds /builds ntfs noacl 0 0 >>msys2/etc/fstab
|
||||
call msys2\msys2_shell.cmd -mingw64 -defterm -no-start -c /setup/autobuild.sh
|
||||
call msys2\msys2_shell.cmd -mingw64 -defterm -no-start -c /setup/autobuild.sh
|
||||
|
|
|
@ -2,4 +2,4 @@
|
|||
cd %~dp0
|
||||
call setup\setup.cmd
|
||||
call msys2\msys2_shell.cmd -mingw64 -defterm -no-start %*
|
||||
if not exist setup\installed64.txt msys2\msys2_shell.cmd -mingw64 -defterm -no-start %*
|
||||
if not exist setup\installed64.txt msys2\msys2_shell.cmd -mingw64 -defterm -no-start %*
|
||||
|
|
3
setup/.gitattributes
vendored
Normal file
3
setup/.gitattributes
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
* text eol=lf
|
||||
*.cmd text eol=crlf
|
||||
*.bat text eol=crlf
|
|
@ -5,9 +5,3 @@ if ! (echo "$PWD" | grep -Eq ^[a-zA-Z0-9\/\._\-]+$) ; then
|
|||
echo "Error: Install path contains special characters!"
|
||||
sleep infinity
|
||||
fi
|
||||
|
||||
#Using git to download ProxSpace will cause an installation error
|
||||
if [ -d "$PWD/.git" ]; then
|
||||
echo "Error: Do not use Git to download ProxSpace!"
|
||||
sleep infinity
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue