Remove superfluous slashes

This commit is contained in:
Philip Molloy 2018-05-11 16:02:29 -04:00
parent be87f493ae
commit bf5a89f29b
No known key found for this signature in database
GPG Key ID: 5A8D520598BF9B9D

View File

@ -367,8 +367,8 @@ Revision 1.26
<p>
Example:
<CODE_SNIPPET>
if [[ -d "${LONG_PATH_TO_DIRECTORY}" &amp;&amp; \
-f "${LONG_PATH_TO_FILE}" &amp;&amp; \
if [[ -d "${LONG_PATH_TO_DIRECTORY}" &amp;&amp;
-f "${LONG_PATH_TO_FILE}" &amp;&amp;
! check_something ]]
then
delete_all_oracle_databases