lbry-desktop/build.sh
Alex Liebowitz cb88b306ab Fix build script to permit paths with spaces
- Quote dynamic command names
 - Use "python pip" instead of "pip" when in virtualenv (pip can't
   handle paths with spaces inside of a virtualenv, may be fixed in
   pip 10).
2017-11-10 11:48:04 -05:00

5 lines
158 B
Bash
Executable file

#!/bin/bash
# this is here because teamcity runs /build.sh to build the project
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
"$DIR/build/build.sh"