diff options
author | wtgodbe <wigodbe@microsoft.com> | 2017-02-16 14:40:39 -0800 |
---|---|---|
committer | wtgodbe <wigodbe@microsoft.com> | 2017-02-16 14:40:39 -0800 |
commit | 6b282079e9ced0254e61b3a4ee835249c885713b (patch) | |
tree | e1e0bce2058e2815c14970f0c5c1559a40b73e4b /init-tools.sh | |
parent | 0eca926e873ddd877f8f65e4029ec85f5a27b05d (diff) | |
download | coreclr-6b282079e9ced0254e61b3a4ee835249c885713b.tar.gz coreclr-6b282079e9ced0254e61b3a4ee835249c885713b.tar.bz2 coreclr-6b282079e9ced0254e61b3a4ee835249c885713b.zip |
Remove all references to OpenSuse13.2
Diffstat (limited to 'init-tools.sh')
-rwxr-xr-x | init-tools.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/init-tools.sh b/init-tools.sh index 9a5c8b32b2..995e882461 100755 --- a/init-tools.sh +++ b/init-tools.sh @@ -52,10 +52,6 @@ get_current_linux_name() { return 0 fi elif [ "$(cat /etc/os-release | grep -cim1 opensuse)" -eq 1 ]; then - if [ "$(cat /etc/os-release | grep -cim1 13.2)" -eq 1 ]; then - echo "opensuse.13.2" - return 0 - fi if [ "$(cat /etc/os-release | grep -cim1 42.1)" -eq 1 ]; then echo "opensuse.42.1" return 0 |