summaryrefslogtreecommitdiff
path: root/Build-tools
diff options
context:
space:
mode:
authorunknown <lenz@mysql.com>2003-12-23 16:51:14 +0100
committerunknown <lenz@mysql.com>2003-12-23 16:51:14 +0100
commit8e139ddc336c75d155dd3e505d1ff7262822d7ac (patch)
treec3d04e96b75e4cad75e6aae73334cab47234032a /Build-tools
parent9cd4e65081dadd69fd5cc7e12a6a9786d657c681 (diff)
downloadmariadb-git-8e139ddc336c75d155dd3e505d1ff7262822d7ac.tar.gz
- Fixed another missing space
Diffstat (limited to 'Build-tools')
-rwxr-xr-xBuild-tools/Do-rpm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build-tools/Do-rpm b/Build-tools/Do-rpm
index a216a3ba5dc..3473bcb1f5f 100755
--- a/Build-tools/Do-rpm
+++ b/Build-tools/Do-rpm
@@ -188,7 +188,7 @@ $command.= basename($SPECFILE);
#
$command= "mv";
$command.= " -v " if ($opt_verbose);
-$command.= "$SRCRPMDIR/MySQL*$VERSION*.src.rpm $PWD";
+$command.= " $SRCRPMDIR/MySQL*$VERSION*.src.rpm $PWD";
&logger("Moving source RPM to current dir.");
&run_command($command, "Error moving source RPM!");