filelist was included in scripts reading
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
This commit is contained in:
parent
aa30a342ba
commit
3096f718a7
@ -8,3 +8,8 @@ clean.sh
|
||||
commit.sh
|
||||
jar.sh
|
||||
version_info
|
||||
build.sh
|
||||
clean.sh
|
||||
commit.sh
|
||||
jar.sh
|
||||
version_info
|
||||
|
@ -1,2 +1,3 @@
|
||||
commit.sh
|
||||
commit.sh
|
||||
commit.sh
|
||||
|
@ -8,3 +8,8 @@ define.sh
|
||||
main.sh
|
||||
search.sh
|
||||
.updateDirectories
|
||||
.coauthors
|
||||
define.sh
|
||||
main.sh
|
||||
search.sh
|
||||
.updateDirectories
|
||||
|
@ -16,7 +16,7 @@ if [ -z "$1" ]
|
||||
FILES=$(ls -1A ./$LANGUAGE/scripts | sed -e 's/\.sh$//' | sed -e 's/^/ /')
|
||||
for f in $FILES
|
||||
do
|
||||
if [ $f != "md5" ] && [ $f != "version_info" ]; then
|
||||
if [ $f != "md5" ] && [ $f != "version_info" ] && [ $f != "filelist" ]; then
|
||||
DESC="$(head -n1 ./$LANGUAGE/scripts/$f.sh)"
|
||||
printf "\n\t%-15s%-65s" $f "${DESC:1}"
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user