diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-11-08 13:17:22 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-11-08 13:17:22 +0000 |
commit | 9dfb51bc9790b9368b5e2b346ce72c785652c926 (patch) | |
tree | 554134f3c63bb6c3ec803045d3e8f5ea1ed89ab8 /crossdev | |
parent | crossdev: default to latest mingw64-runtime even for stable toolchains. (diff) | |
download | crossdev-9dfb51bc9790b9368b5e2b346ce72c785652c926.tar.gz crossdev-9dfb51bc9790b9368b5e2b346ce72c785652c926.tar.bz2 crossdev-9dfb51bc9790b9368b5e2b346ce72c785652c926.zip |
crossdev: drop debug output
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'crossdev')
-rwxr-xr-x | crossdev | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -857,8 +857,6 @@ done # ::gentoo has no stable 'mingw64-runtime'. Let's default to 'latest' # unles suser specified something else. -echo "LPKG=${LPKG}" -echo "LVER=${LVER}" if [[ ${LPKG} == "mingw64-runtime" && ${LVER} == "[stable]" ]]; then LVER="[latest]" fi |