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