From e3fb5d63c557435152f07e2528a806dfcaa98e34 Mon Sep 17 00:00:00 2001 From: Frank Sweetser Date: Fri, 11 Sep 2009 12:01:31 +0200 Subject: [PATCH] Apply Frank's slash patch --- regress/scripts/get-os | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regress/scripts/get-os b/regress/scripts/get-os index 61dd8c3be2..8143a6cd8d 100755 --- a/regress/scripts/get-os +++ b/regress/scripts/get-os @@ -516,4 +516,4 @@ unknown) esac -echo "${DISTNAME}-${DISTVER}" +echo "${DISTNAME}-${DISTVER}" | sed -e 's,/,-,g' -- 2.39.5