typo in script

This commit is contained in:
Don Bright 2014-03-22 15:34:26 -04:00 committed by Thomas Pöchtrager
parent 09973626eb
commit d6430c5332

View File

@ -39,7 +39,7 @@ verify_sdk_version()
sdkv=$1 sdkv=$1
for file in tarballs/*; do for file in tarballs/*; do
if [ `echo $file | grep OSX.*$sdkv` ]; then if [ `echo $file | grep OSX.*$sdkv` ]; then
echo "verified at tarballs/"$file echo "verified at "$file
sdk=$file sdk=$file
fi fi
done done