We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 228fc54 commit 49a4631Copy full SHA for 49a4631
website/bin/download.sh
@@ -39,7 +39,7 @@ do
39
cp -p $P $basedir/html/builds/$p
40
size=$(ls -la html/builds/$p | sed -e 's# # #g' | cut -d' ' -f 5)
41
echo size = $size
42
- # Why is stat platform depenendent?
+ # Why is stat platform dependent?
43
date=$($statbin -c "%y" html/builds/$p | cut -d' ' -f 1-2 | cut -d: -f 1-2)
44
checkSum=$(sha256sum html/builds/$p | cut -d' ' -f 1)
45
0 commit comments