Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Moseley <danmose@microsoft.com>2017-04-04 02:02:31 +0300
committerGitHub <noreply@github.com>2017-04-04 02:02:31 +0300
commitd301243b4d3242c61b3e0b0f2266ef6615c78542 (patch)
tree6db1e665bf6e3d271823f5e0f34502a687e81f31 /init-tools.sh
parentfea88107963f7100d77f6023e661f7d25a3daab7 (diff)
Remove remaining references to Fedora 23 (#17753)
* Remove fedora 23 * More fedora 23 * Revert RID chagne
Diffstat (limited to 'init-tools.sh')
-rwxr-xr-xinit-tools.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/init-tools.sh b/init-tools.sh
index 946b087077..e4705a7410 100755
--- a/init-tools.sh
+++ b/init-tools.sh
@@ -43,10 +43,6 @@ get_current_linux_name() {
echo "alpine"
return 0
elif [ "$(cat /etc/*-release | grep -cim1 fedora)" -eq 1 ]; then
- if [ "$(cat /etc/*-release | grep -cim1 23)" -eq 1 ]; then
- echo "fedora.23"
- return 0
- fi
if [ "$(cat /etc/*-release | grep -cim1 24)" -eq 1 ]; then
echo "fedora.24"
return 0