X-Git-Url: https://git.sur5r.net/?p=kconfig-frontends;a=blobdiff_plain;f=scripts%2Fksync.sh;h=a004f3889b6eeeab9da808716775f49740f5da8f;hp=aa7464e7ac434455ac48765c486c9a5693000c4d;hb=8e7070e9a3ff99a9110f092674cef3e1d0386d65;hpb=9bfcc58d04c724ef519586e0e5491b6dad6babc5 diff --git a/scripts/ksync.sh b/scripts/ksync.sh index aa7464e..a004f38 100755 --- a/scripts/ksync.sh +++ b/scripts/ksync.sh @@ -57,5 +57,6 @@ printf "Synced-up these changes:\n" git log --no-merges --pretty='tformat:%s' \ "${k_cset_old}..${k_cset}" \ ${k_files} \ -)|tee -a "scripts/ksync.log" \ +)|tac \ + |tee -a "scripts/ksync.log" \ |sed -e 's/^/ /;'