X-Git-Url: http://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=grml-live;h=5c7859f20cfde1dec4f27bcca83a016498537ac1;hp=1becf15ed8f7e6ba676281f2dad4350db4b461a1;hb=7943653a1aa24271ad7574056fd0df4cef100914;hpb=c9ee548696ef382dfebe67ccb0702f7798ff7035 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