Skip to content

Commit

Permalink
download_libs: add double quotes to allow for folder names with spaces (
Browse files Browse the repository at this point in the history
  • Loading branch information
kyeshmz authored and arturoc committed Oct 1, 2019
1 parent b34f9a9 commit 63411db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/dev/download_libs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ if [ "$PLATFORM" == "linux" ] && [ "$ARCH" == "64" ]; then
fi

SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $SCRIPT_DIR
cd "$SCRIPT_DIR"

if [ "$ARCH" == "" ] && [ "$PLATFORM" == "vs2015" ]; then
PKGS="openFrameworksLibs_${VER}_${PLATFORM}_32_1.zip \
Expand Down

0 comments on commit 63411db

Please sign in to comment.