Issue Type: Bug Bug
Affects Versions: current
Assignee: nobody
Components: shell-script-scm
Created: 26/Jun/14 7:55 AM
Description:

In the run "shell script" menu, I want to use [ A == A ] bash operator to perform test, but this doesn't work.
if [ A == A ]
then
echo "OK"
else
echo "NOOK3
fi

produces an error.

if [ A = A ]
then
echo "OK"
else
echo "NOOK3
fi

works. But as stated in the bash doc, [ A == A ] is a legal construct.

Environment: Linux debian 7.5
Project: Jenkins
Priority: Major Major
Reporter: yann collette
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to