1
0
mirror of https://github.com/albfan/bash-ini-parser.git synced 2025-08-10 16:22:59 +03:00

Remove execution from script

This commit is contained in:
Alberto Fanjul
2020-06-22 15:09:41 +02:00
parent d9dfb77033
commit 68b044329d

View File

@@ -214,9 +214,4 @@ function cfg_update {
eval "function $item"
}
#Test harness
if [ $# != 0 ]
then
$@
fi
# vim: filetype=sh