summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmailimport6
1 files changed, 3 insertions, 3 deletions
diff --git a/mailimport b/mailimport
index 0050a1ded..2ff60d1d8 100755
--- a/mailimport
+++ b/mailimport
@@ -186,7 +186,7 @@ proccess_patch ()
exit
fi
- cat $i| git-mailinfo $DIR/msg $DIR/patch >$DIR/author
+ cat $i| git mailinfo $DIR/msg $DIR/patch >$DIR/author
cat $DIR/msg|grep -vi ^CC: >$DIR/msg2
cat $DIR/author|perl -ne "if (m/Author[:]\\s*(.*)\\n/) { \$auth=\$1; } else \
@@ -292,9 +292,9 @@ else
^Content-Transfer-Encoding: 8bit
EOF
- echo git-mailsplit -b $DIR/tmpbox $DIR
+ echo git mailsplit -b $DIR/tmpbox $DIR
echo -n "Number of patches at file: "
- git-mailsplit -b $DIR/tmpbox $DIR
+ git mailsplit -b $DIR/tmpbox $DIR
echo
for i in $DIR/0*; do