chiark / gitweb /
ubuntu-paste: convert to python3/argparse/requests
[bin.git] / cancel-this
old mode 100644 (file)
new mode 100755 (executable)
index 1009b35..bcbefa9
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-MSGID=`grep -i '^Message-ID: ' | sed 's/^Message-ID: //' | head -1`
+MSGID=`grep -i '^Message-ID: ' | sed 's/^Message-ID: //' | head -1`
 
 echo 'Locally cancelling a post with the following Message-ID:'
 echo "  $MSGID"