This repository was archived by the owner on Mar 1, 2024. It is now read-only.
File tree 11 files changed +11
-11
lines changed
Matchmaker/platform_scripts/bash
SFU/platform_scripts/bash
SignallingWebServer/platform_scripts/bash
11 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
# Copyright Epic Games, Inc. All Rights Reserved.
3
- BASH_LOCATION=$( cd -- " $( dirname -- " ${BASH_SOURCE[0]} " ) " & > /dev/null && pwd )
3
+ BASH_LOCATION=" $( cd -P -- " $( dirname -- " $0 " ) " && pwd -P ) "
4
4
5
5
pushd " ${BASH_LOCATION} " > /dev/null
6
6
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
# Copyright Epic Games, Inc. All Rights Reserved.
3
- BASH_LOCATION=$( cd -- " $( dirname -- " ${BASH_SOURCE[0]} " ) " & > /dev/null && pwd )
3
+ BASH_LOCATION=" $( cd -P -- " $( dirname -- " $0 " ) " && pwd -P ) "
4
4
5
5
pushd " ${BASH_LOCATION} " > /dev/null
6
6
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
# Copyright Epic Games, Inc. All Rights Reserved.
3
- BASH_LOCATION=$( cd -- " $( dirname -- " ${BASH_SOURCE[0]} " ) " & > /dev/null && pwd )
3
+ BASH_LOCATION=" $( cd -P -- " $( dirname -- " $0 " ) " && pwd -P ) "
4
4
5
5
pushd " ${BASH_LOCATION} " > /dev/null
6
6
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
# Copyright Epic Games, Inc. All Rights Reserved.
3
- BASH_LOCATION=$( cd -- " $( dirname -- " ${BASH_SOURCE[0]} " ) " & > /dev/null && pwd )
3
+ BASH_LOCATION=" $( cd -P -- " $( dirname -- " $0 " ) " && pwd -P ) "
4
4
5
5
pushd " ${BASH_LOCATION} " > /dev/null
6
6
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
# Copyright Epic Games, Inc. All Rights Reserved.
3
- BASH_LOCATION=$( cd -- " $( dirname -- " ${BASH_SOURCE[0]} " ) " & > /dev/null && pwd )
3
+ BASH_LOCATION=" $( cd -P -- " $( dirname -- " $0 " ) " && pwd -P ) "
4
4
5
5
pushd " ${BASH_LOCATION} " > /dev/null
6
6
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
# Copyright Epic Games, Inc. All Rights Reserved.
3
- BASH_LOCATION=$( cd -- " $( dirname -- " ${BASH_SOURCE[0]} " ) " & > /dev/null && pwd )
3
+ BASH_LOCATION=" $( cd -P -- " $( dirname -- " $0 " ) " && pwd -P ) "
4
4
5
5
pushd " ${BASH_LOCATION} " > /dev/null
6
6
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
# Copyright Epic Games, Inc. All Rights Reserved.
3
- BASH_LOCATION=$( cd -- " $( dirname -- " ${BASH_SOURCE[0]} " ) " & > /dev/null && pwd )
3
+ BASH_LOCATION=" $( cd -P -- " $( dirname -- " $0 " ) " && pwd -P ) "
4
4
5
5
pushd " ${BASH_LOCATION} " > /dev/null
6
6
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
# Copyright Epic Games, Inc. All Rights Reserved.
3
- BASH_LOCATION=$( cd -- " $( dirname -- " ${BASH_SOURCE[0]} " ) " & > /dev/null && pwd )
3
+ BASH_LOCATION=" $( cd -P -- " $( dirname -- " $0 " ) " && pwd -P ) "
4
4
5
5
pushd " ${BASH_LOCATION} " > /dev/null
6
6
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
# Copyright Epic Games, Inc. All Rights Reserved.
3
- BASH_LOCATION=$( cd -- " $( dirname -- " ${BASH_SOURCE[0]} " ) " & > /dev/null && pwd )
3
+ BASH_LOCATION=" $( cd -P -- " $( dirname -- " $0 " ) " && pwd -P ) "
4
4
5
5
pushd " ${BASH_LOCATION} " > /dev/null
6
6
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
# Copyright Epic Games, Inc. All Rights Reserved.
3
- BASH_LOCATION=$( cd -- " $( dirname -- " ${BASH_SOURCE[0]} " ) " & > /dev/null && pwd )
3
+ BASH_LOCATION=" $( cd -P -- " $( dirname -- " $0 " ) " && pwd -P ) "
4
4
5
5
pushd " ${BASH_LOCATION} " > /dev/null
6
6
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
# Copyright Epic Games, Inc. All Rights Reserved.
3
- BASH_LOCATION=$( cd -- " $( dirname -- " ${BASH_SOURCE[0]} " ) " & > /dev/null && pwd )
3
+ BASH_LOCATION=" $( cd -P -- " $( dirname -- " $0 " ) " && pwd -P ) "
4
4
NODE_VERSION=v18.17.0
5
5
6
6
pushd " ${BASH_LOCATION} " > /dev/null
You can’t perform that action at this time.
0 commit comments