diff options
author | lenz@mysql.com <> | 2003-12-23 16:51:14 +0100 |
---|---|---|
committer | lenz@mysql.com <> | 2003-12-23 16:51:14 +0100 |
commit | 20b98eb5217e29ba73c963aaf0112c569145b3fd (patch) | |
tree | c3d04e96b75e4cad75e6aae73334cab47234032a /Build-tools | |
parent | e9b90a7dcc32513d015480530f6506596bf92794 (diff) | |
download | mariadb-git-20b98eb5217e29ba73c963aaf0112c569145b3fd.tar.gz |
- Fixed another missing space
Diffstat (limited to 'Build-tools')
-rwxr-xr-x | Build-tools/Do-rpm | 2 |
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!"); |