Author: benm Date: 2005-04-19 12:46:11 -0400 (Tue, 19 Apr 2005) New Revision: 43269
Modified: trunk/release/website/get_rpm_install Log: don't expand stuff in here document Modified: trunk/release/website/get_rpm_install =================================================================== --- trunk/release/website/get_rpm_install 2005-04-19 16:43:17 UTC (rev 43268) +++ trunk/release/website/get_rpm_install 2005-04-19 16:46:11 UTC (rev 43269) @@ -33,7 +33,7 @@ </p> EOF - cat > $DISTRO/mono.repo <<EOF + cat > $DISTRO/mono.repo <<"EOF" [mono-1.1] name=Mono 1.1 for fedora-$releasever-$basearch baseurl=http://go-mono.com/download/mono-1.1/fedora-$releasever-$basearch/ _______________________________________________ Mono-patches maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-patches
