From: Frank Sweetser Date: Fri, 11 Sep 2009 10:01:31 +0000 (+0200) Subject: Apply Frank's slash patch X-Git-Tag: Release-3.0.3~81 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e3fb5d63c557435152f07e2528a806dfcaa98e34;p=bacula%2Fbacula Apply Frank's slash patch --- 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'