Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Gorshenin <y@maps.me>2015-09-22 12:31:16 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 03:06:48 +0300
commit718eb7ed9c3000b9594bf60c9ce0c1f0f51166b0 (patch)
treece2c1d2afb5c1dd1e45c492a37dd24a958ff164d /configure.sh
parent0233cea301e82275049484e2e897a07bf82e0c16 (diff)
[infra] Fixed configure.sh script. Now works on Linux.
Diffstat (limited to 'configure.sh')
-rwxr-xr-xconfigure.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.sh b/configure.sh
index 2c09d0f691..5f4f0a8065 100755
--- a/configure.sh
+++ b/configure.sh
@@ -59,7 +59,7 @@ if [ $? == 0 ]; then
echo "Saved private repository url to $SAVED_PRIVATE_REPO_FILE"
echo "$PRIVATE_REPO" > "$SAVED_PRIVATE_REPO_FILE"
rm -rf "$TMP_REPO_DIR/.git" "$TMP_REPO_DIR/README.md"
- cp -Rv "$TMP_REPO_DIR/" .
+ cp -Rv "$TMP_REPO_DIR"/* .
rm -rf "$TMP_REPO_DIR"
echo "Private files have been updated."
fi