mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
pkg.sh: Fix broken variable "mode"
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
5798de473b
commit
38c3417015
1 changed files with 1 additions and 1 deletions
|
|
@ -734,7 +734,7 @@ cmd_log_install()
|
|||
for file in $c_source; do
|
||||
installed_file="$c_target/`basename $file`"
|
||||
cfgfile=""
|
||||
mode
|
||||
local mode
|
||||
if [ "$c_mode" ]; then
|
||||
mode=$c_mode
|
||||
cfgfile=`cfgfile_macro "$installed_file"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue