Skip to content

Commit 538c84a

Browse files
committed
Upstream.
1 parent b6ad88d commit 538c84a

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

_lib/ubiquitous_bash

ubiquitous_bash.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ _ub_cksum_special_derivativeScripts_contents() {
3636
#export ub_setScriptChecksum_disable='true'
3737
( [[ -e "$0".nck ]] || [[ "${BASH_SOURCE[0]}" != "${0}" ]] || [[ "$1" == '--profile' ]] || [[ "$1" == '--script' ]] || [[ "$1" == '--call' ]] || [[ "$1" == '--return' ]] || [[ "$1" == '--devenv' ]] || [[ "$1" == '--shell' ]] || [[ "$1" == '--bypass' ]] || [[ "$1" == '--parent' ]] || [[ "$1" == '--embed' ]] || [[ "$1" == '--compressed' ]] || [[ "$0" == "/bin/bash" ]] || [[ "$0" == "-bash" ]] || [[ "$0" == "/usr/bin/bash" ]] || [[ "$0" == "bash" ]] ) && export ub_setScriptChecksum_disable='true'
3838
export ub_setScriptChecksum_header='2591634041'
39-
export ub_setScriptChecksum_contents='1311192223'
39+
export ub_setScriptChecksum_contents='3730768887'
4040

4141
# CAUTION: Symlinks may cause problems. Disable this test for such cases if necessary.
4242
# WARNING: Performance may be crucial here.
@@ -29831,8 +29831,7 @@ _setupUbiquitous() {
2983129831
if _if_cygwin
2983229832
then
2983329833
echo 'detected: cygwin'
29834-
_messagePlain_probe_cmd git config --global core.autocrlf input
29835-
_messagePlain_probe_cmd git config --global core.eol lf
29834+
_messagePlain_probe_cmd _setupUbiquitous_accessories-git
2983629835
fi
2983729836

2983829837
_force_cygwin_symlinks

0 commit comments

Comments
 (0)