Remove BOM from project.json, *.cmd, *.sh and *.shade files.

This commit is contained in:
N. Taylor Mullen 2015-03-09 12:52:10 -07:00
parent f0af3fd8af
commit dd870750ec
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
@echo off
@echo off
cd %~dp0
SETLOCAL

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/bash
if test `uname` = Darwin; then
cachedir=~/Library/Caches/KBuild

View File

@ -1,4 +1,4 @@
{
{
"version": "1.0.0-*",
"dependencies": {
},