From 39bbffb9b48d93517cd0de07ee677eba1dd94576 Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Thu, 31 Oct 2002 16:55:45 +0000 Subject: [PATCH] Quotes problem fixed. --- helm/metadata/create_V7_mowgli/fix_rdf.pl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/helm/metadata/create_V7_mowgli/fix_rdf.pl b/helm/metadata/create_V7_mowgli/fix_rdf.pl index 6d17383b3..3d52c0fc9 100755 --- a/helm/metadata/create_V7_mowgli/fix_rdf.pl +++ b/helm/metadata/create_V7_mowgli/fix_rdf.pl @@ -17,7 +17,11 @@ print HEADER <> $outputfile"); +$quotedfilename = $filename; +$quotedfilename =~ s/'/\\'/g; +$quotedoutputfile = $outputfile; +$quotedoutputfile =~ s/'/\\'/g; +system("cat $quotedfilename >> $quotedoutputfile"); open(FOOTER,">>$outputfile"); print FOOTER <