Support for spaces in directories when downloading cifar10
authorMalte Stær Nissen <nissen@di.ku.dk>
Tue, 12 Jul 2016 11:17:52 +0000 (13:17 +0200)
committerMalte Stær Nissen <nissen@di.ku.dk>
Tue, 12 Jul 2016 13:16:56 +0000 (15:16 +0200)
data/cifar10/get_cifar10.sh

index 623c848..423f109 100755 (executable)
@@ -2,7 +2,7 @@
 # This scripts downloads the CIFAR10 (binary version) data and unzips it.
 
 DIR="$( cd "$(dirname "$0")" ; pwd -P )"
-cd $DIR
+cd "$DIR"
 
 echo "Downloading..."