Skip to content

Commit 7881fe3

Browse files
authored
Delete duplicate init-distro-rid.sh (#90952)
1 parent 718d9f2 commit 7881fe3

File tree

3 files changed

+2
-134
lines changed

3 files changed

+2
-134
lines changed

eng/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ usage()
133133

134134
initDistroRid()
135135
{
136-
source "$scriptroot"/native/init-distro-rid.sh
136+
source "$scriptroot"/common/native/init-distro-rid.sh
137137

138138
local passedRootfsDir=""
139139
local targetOs="$1"

eng/native/build-commons.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
initTargetDistroRid()
44
{
5-
source "$__RepoRootDir/eng/native/init-distro-rid.sh"
5+
source "$__RepoRootDir/eng/common/native/init-distro-rid.sh"
66

77
local passedRootfsDir=""
88

eng/native/init-distro-rid.sh

Lines changed: 0 additions & 132 deletions
This file was deleted.

0 commit comments

Comments
 (0)