cookutils rev 1127

Typo
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jan 02 18:19:55 2019 +0200 (2019-01-02)
parents 54275f30a065
children 8cf66e7d3c64
files modules/postcheck
line diff
     1.1 --- a/modules/postcheck	Wed Jan 02 18:06:34 2019 +0200
     1.2 +++ b/modules/postcheck	Wed Jan 02 18:19:55 2019 +0200
     1.3 @@ -306,6 +306,6 @@
     1.4  rm -r $data # clean
     1.5  
     1.6  # move badges to the global database
     1.7 -sed "/^$PACKAGE	/d" $badges_global
     1.8 +sed -i "/^$PACKAGE	/d" $badges_global
     1.9  echo "$PACKAGE	$(tr '\n' ' ' <$badges | sed 's| $||')" >>$badges_global
    1.10  rm $badges