Skip to content
Snippets Groups Projects
Commit 32984e6b authored by Bob Mottram's avatar Bob Mottram
Browse files

brackets

parent 3ed42260
No related branches found
No related tags found
No related merge requests found
......@@ -85,7 +85,7 @@ done
if ! [[ $MYUSERNAME ]]; then
show_help
fi
if [ ! $MAILINGLIST && ! $SUBJECTTAG ]; then
if [[ ! $MAILINGLIST && ! $SUBJECTTAG ]]; then
show_help
fi
......@@ -139,7 +139,7 @@ $LISTDIR/new
chown $MYUSERNAME:$MYUSERNAME $PM
fi
else
exit ${PROJECT_NAME}-addemail -u $MYUSERNAME -e $LIST_ADDRESS -g $MAILINGLIST --public $PUBLIC
exit $(${PROJECT_NAME}-addemail -u $MYUSERNAME -e $LIST_ADDRESS -g $MAILINGLIST --public $PUBLIC)
fi
if [ ! -f "$MUTTRC" ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment