Lints the completion command

This commit is contained in:
Bruno Tavares
2015-05-20 17:21:27 -03:00
parent 25069f4877
commit 9fd8dcbca0
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
root_dir=$(kickstart root-dir)
find "$root_dir"/lib -maxdepth | cut -f2- -d'-'
find "$root_dir"/lib -d 1 | cut -f2- -d'-'