:78 Function create_function() is deprecated [8192]

.. -> ... as 'symbolic' generic path to RACS scripts

Marcelo Ponce [2019-07-09 02:47:11]
.. -> ... as 'symbolic' generic path to RACS scripts
Filename
README
diff --git a/README b/README
index 6cff7cb..e415c42 100644
--- a/README
+++ b/README
@@ -218,15 +218,15 @@ located and find the different tools needed during the execution.
 Also, please do not "source" the scripts, they are set to be run as executable scripts,
 ie. execute the scripts in this way,

-	PATHtoRACSrepo/core/../scriptNAME.sh  args	# correct way to run RACS scripts
+	PATHtoRACSrepo/core/.../scriptNAME.sh  args	# correct way to run RACS scripts

 do *NOT* execute them in this way,

-	. PATHtoRACSrepo/core/../scriptNAME.sh  args	# WRONG: do *NOT* run RACS scripts in this way
+	. PATHtoRACSrepo/core/.../scriptNAME.sh  args	# WRONG: do *NOT* run RACS scripts in this way

 NOR in this way neither,

-	source PATHtoRACSrepo/core/../scriptNAME.sh  args	# WRONG: do *NOT* run RACS scripts in this way
+	source PATHtoRACSrepo/core/.../scriptNAME.sh  args	# WRONG: do *NOT* run RACS scripts in this way

 Our scripts will also try to detect this situation and prevent the user from doing this.
 Due to the modular implementation we designed for RACS, and in order to allow RACS
ViewGit