Commit f18c3156 authored by Dylan Araps's avatar Dylan Araps

Fix whitespace in Windows OS line

parent d5fbd1f1
...@@ -538,7 +538,7 @@ getdistro () { ...@@ -538,7 +538,7 @@ getdistro () {
distro=${distro/Microsoft } distro=${distro/Microsoft }
;; ;;
esac esac
distro=${distro//+( )/ } distro="${distro%"${distro##*[![:space:]]}"}"
# Get architecture # Get architecture
[ "$os_arch" == "on" ] && \ [ "$os_arch" == "on" ] && \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment