mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-25 21:54:48 +00:00
Remove trailing spaces (#665)
* Remove trailing spaces * PR-665 - Remove trailing spaces - Updated not stable test t/pt-online-schema-change/preserve_triggers.t - Updated utilities in bin directory * PR-665 - Remove trailing spaces - Fixed typos * PR-665 - Remove trailing spaces - Fixed typos --------- Co-authored-by: Sveta Smirnova <sveta.smirnova@percona.com>
This commit is contained in:
@@ -65,14 +65,14 @@ prep_release_dir() {
|
||||
# Make temp snapshot dir so we can copy and modify files in it
|
||||
# without affecting the underlying bzr branch because, unlike
|
||||
# a release, we don't want to commit anything, but we do want
|
||||
# to modify stuff, namely the tools' version.
|
||||
# to modify stuff, namely the tools' version.
|
||||
if [ ! -d $SNAPSHOT_DIR ]; then
|
||||
mkdir $SNAPSHOT_DIR
|
||||
elif [ -d $SNAPSHOT_DIR/$PKG ]; then
|
||||
rm -rf $SNAPSHOT_DIR/$PKG/*
|
||||
fi
|
||||
|
||||
# Copy the tools, of course.
|
||||
# Copy the tools, of course.
|
||||
mkdir -p $SNAPSHOT_DIR/$PKG/bin
|
||||
cp bin/* $SNAPSHOT_DIR/$PKG/bin
|
||||
|
||||
|
Reference in New Issue
Block a user