Changeset 917 for lliurex-maker
- Timestamp:
- Mar 22, 2016, 8:36:24 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lliurex-maker/trunk/fuentes/new/etc/bash_completion.d/lliurex-maker
r916 r917 24 24 -a|--arch) 25 25 local archs="i386 amd64" 26 COMPREPLY=( $(compgen -W "${archs}" -- ${cur})) 26 COMPREPLY=( $(compgen -W "${archs}" -- ${cur}) ) 27 return 0 27 28 ;; 28 29 *)
Note: See TracChangeset
for help on using the changeset viewer.