mailr28290 - /trunk/docs/bash_completion.sh


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on November 15, 2016 - 20:56:
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=()




Related Messages


Powered by MHonArc, Updated Tue Nov 15 21:40:04 2016