Commit f1658896 authored by Boris Yumankulov's avatar Boris Yumankulov Committed by Vitaly Lipatov

epm pack --list drop bashism

parent a749e8e9
...@@ -120,7 +120,7 @@ __list_all_app() ...@@ -120,7 +120,7 @@ __list_all_app()
{ {
cd $EPM_PACK_SCRIPTS_DIR || fatal cd $EPM_PACK_SCRIPTS_DIR || fatal
for i in *.sh ; do for i in *.sh ; do
local name=${i/.sh/} local name=$(basename $i .sh)
startwith "$name" "common" && continue startwith "$name" "common" && continue
echo "$name" echo "$name"
done done
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment