Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
1bb86ff3
Commit
1bb86ff3
authored
Apr 10, 2003
by
Mac Newbold
Browse files
Fix small bug in automail var setup for slash/noslash versions.
parent
0e6ddf82
Changes
2
Hide whitespace changes
Inline
Side-by-side
configure
View file @
1bb86ff3
...
...
@@ -1000,7 +1000,7 @@ TBTESTSUITEEMAIL_NOSLASH="$TBTESTSUITEEMAIL_NOSLASH"
TBTESTSUITEEMAIL
=
"
`
echo
$TBTESTSUITEEMAIL
|
sed
-e
's/@/\\\@/'
`
"
if
test
-n
"
$TBAUTOMAILEMAIL
"
;
then
TBAUTOMAILEMAIL_NOSLASH
=
"
$TBAUTOMAILEMAIL
_NOSLASH
"
TBAUTOMAILEMAIL_NOSLASH
=
"
$TBAUTOMAILEMAIL
"
TBAUTOMAILEMAIL
=
"
`
echo
$TBAUTOMAILEMAIL
|
sed
-e
's/@/\\\@/'
`
"
else
TBAUTOMAILEMAIL_NOSLASH
=
"
$TBLOGSEMAIL_NOSLASH
"
...
...
configure.in
View file @
1bb86ff3
...
...
@@ -152,7 +152,7 @@ TBTESTSUITEEMAIL_NOSLASH="$TBTESTSUITEEMAIL_NOSLASH"
TBTESTSUITEEMAIL="`echo $TBTESTSUITEEMAIL | sed -e 's/@/\\\@/'`"
if test -n "$TBAUTOMAILEMAIL"; then
TBAUTOMAILEMAIL_NOSLASH="$TBAUTOMAILEMAIL
_NOSLASH
"
TBAUTOMAILEMAIL_NOSLASH="$TBAUTOMAILEMAIL"
TBAUTOMAILEMAIL="`echo $TBAUTOMAILEMAIL | sed -e 's/@/\\\@/'`"
else
TBAUTOMAILEMAIL_NOSLASH="$TBLOGSEMAIL_NOSLASH"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment