X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=grml-live;h=5c7859f20cfde1dec4f27bcca83a016498537ac1;hb=4b8ceac23b1c25a0e231a7beeedb43214a402935;hp=1becf15ed8f7e6ba676281f2dad4350db4b461a1;hpb=822c1ca687fbc1af75de3b6c8651896a71c9f638;p=grml-live.git diff --git a/grml-live b/grml-live index 1becf15..5c7859f 100755 --- a/grml-live +++ b/grml-live @@ -459,7 +459,7 @@ if [ "$ARCH" = i386 ] || [ "$ARCH" = amd64 ] ; then ( cd "$BUILD_OUTPUT"/windows for file in pageant plink pscp psftp putty puttygen ; do wget -O ${file}.exe ${WINDOWS_BINARIES}/${file}.exe - md5sum ${WINDOWS_BINARIES}/${file}.exe > ${WINDOWS_BINARIES}/${file}.exe.md5 + md5sum ${file}.exe > ${file}.exe.md5 done ) fi fi