logo

widrop

[mirror] WiDrop distribution, now defunct
commit: 40bb227eb4943f2cda317fbf07f3e4081864646c
parent 25662b6b92453b3024afdfa955f42f934b0aa7c4
Author: Mathieu Goessens <mathieu@breizh-entropy.org>
Date:   Mon, 24 Dec 2012 09:44:30 +0100

add indentation (needed) in Release file generated by src/pkg/build.sh

Diffstat:

Msrc/pkg/build.sh4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/pkg/build.sh b/src/pkg/build.sh @@ -36,9 +36,9 @@ echo [Widrop] ------------------------------------- cd dist; for x in Packages Release; do - echo \ + echo " \ $(md5sum $x | awk '{ print $1}') \ - $(du -sb $x) \ + $(du -sb $x)" \ >> Release done; cd ..