Skip to content

Commit

Permalink
Fix tar_linux_product()
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Nov 24, 2016
1 parent dfe6cf8 commit 94aa23c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis_build.sh
Expand Up @@ -38,7 +38,7 @@ echo "`cat platforms/Cross/plugins/sqPluginsSCCSVersion.h | .git_filters/RevDate

REV=$(grep -m1 "SvnRawRevisionString" platforms/Cross/vm/sqSCCSVersion.h | sed 's/[^0-9.]*\([0-9.]*\).*/\1/')

echo $PATH
# echo $PATH

output_file="${TRAVIS_BUILD_DIR}/cog_${ARCH}_${FLAVOR}_${REV}"

Expand All @@ -60,9 +60,9 @@ build_linux_in() {
}

tar_linux_product() {
local file_name=$1
local file_path=$1
pushd "./products"
tar czf "../${file_name}.tar.gz" "./"
tar czf "${file_path}.tar.gz" "./"
popd
}

Expand Down

0 comments on commit 94aa23c

Please sign in to comment.