Remove BOM from project.json, *.cmd, *.sh and *.shade files.
This commit is contained in:
parent
b84aafafdd
commit
7d6f78ed7a
|
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
_dnvmsetup_has() {
|
_dnvmsetup_has() {
|
||||||
type "$1" > /dev/null 2>&1
|
type "$1" > /dev/null 2>&1
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
# dotnetsdk.sh
|
# dotnetsdk.sh
|
||||||
# Source this file from your .bash-profile or script to use
|
# Source this file from your .bash-profile or script to use
|
||||||
|
|
||||||
_dotnetsdk_has() {
|
_dotnetsdk_has() {
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
{
|
{
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"webroot": "wwwroot",
|
"webroot": "wwwroot",
|
||||||
"exclude": [
|
"exclude": [
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.0.0-*",
|
||||||
"webroot": "wwwroot",
|
"webroot": "wwwroot",
|
||||||
"exclude": [
|
"exclude": [
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue