Skip to content

Commit 2f49fd2

Browse files
authored
Merge pull request BVLC#4451 from ShaggO/cifar10space
Support for spaces in directories when downloading cifar10
2 parents 61944af + 12c7446 commit 2f49fd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/cifar10/get_cifar10.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This scripts downloads the CIFAR10 (binary version) data and unzips it.
33

44
DIR="$( cd "$(dirname "$0")" ; pwd -P )"
5-
cd $DIR
5+
cd "$DIR"
66

77
echo "Downloading..."
88

0 commit comments

Comments
 (0)