summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtools/export.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/export.py b/tools/export.py
index 6cd36a9b6..bdb85de41 100755
--- a/tools/export.py
+++ b/tools/export.py
@@ -220,12 +220,12 @@ E.G. 1.2.0pre1 is a valid version.
dryrun=options.dryrun)
find_and_replace('solaris-ips/MANIFEST.bcfg2.header',
'set name=pkg.fmri value="pkg://bcfg2/bcfg2@',
- 'set name=pkg.fmri value="pkg://bcfg2/bcfg2@%s"' % version,
+ 'set name=pkg.fmri value="pkg://bcfg2/bcfg2@%s"\n' % version,
startswith=True,
dryrun=options.dryrun)
find_and_replace('solaris-ips/MANIFEST.bcfg2-server.header',
'set name=pkg.fmri value="pkg://bcfg2/bcfg2-server@',
- 'set name=pkg.fmri value="pkg://bcfg2/bcfg2-server@%s"' % version,
+ 'set name=pkg.fmri value="pkg://bcfg2/bcfg2-server@%s"\n' % version,
startswith=True,
dryrun=options.dryrun)
find_and_replace('solaris-ips/pkginfo.bcfg2', 'VERSION=',