summaryrefslogtreecommitdiff
path: root/Build-tools
diff options
context:
space:
mode:
authorlenz@mysql.com <>2003-12-23 16:51:14 +0100
committerlenz@mysql.com <>2003-12-23 16:51:14 +0100
commit20b98eb5217e29ba73c963aaf0112c569145b3fd (patch)
treec3d04e96b75e4cad75e6aae73334cab47234032a /Build-tools
parente9b90a7dcc32513d015480530f6506596bf92794 (diff)
downloadmariadb-git-20b98eb5217e29ba73c963aaf0112c569145b3fd.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!");