Author: bugman
Date: Tue Nov 15 20:56:10 2016
New Revision: 28290

URL: http://svn.gna.org/viewcvs/relax?rev=28290&view=rev
Log:
Removal of unused variables from the bash completion relax script.


Modified:
    trunk/docs/bash_completion.sh

Modified: trunk/docs/bash_completion.sh
URL: 
http://svn.gna.org/viewcvs/relax/trunk/docs/bash_completion.sh?rev=28290&r1=28289&r2=28290&view=diff
==============================================================================
--- trunk/docs/bash_completion.sh       (original)
+++ trunk/docs/bash_completion.sh       Tue Nov 15 20:56:10 2016
@@ -25,7 +25,7 @@
 
 _relax() {
     # Define the variables.
-    local cur prev dir py_scripts opts
+    local cur prev opts
 
     # Initialise the COMPREPLY array.
     COMPREPLY=()


_______________________________________________
relax (http://www.nmr-relax.com)

This is the relax-commits mailing list
relax-commits@gna.org

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits

Reply via email to