Commit 1b69b6a6 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm repack.d/common.sh: fix typo

parent e4764829
...@@ -119,7 +119,7 @@ move_file() ...@@ -119,7 +119,7 @@ move_file()
remove_file "$from" remove_file "$from"
pack_file "$to" pack_file "$to"
# try remove dir if empty # try remove dir if empty
is_dir_empty "$(dirname "$BUILDROOT$from")" && remove_dir "$(dirname" $from")" is_dir_empty "$(dirname "$BUILDROOT$from")" && remove_dir "$(dirname "$BUILDROOT$from")"
} }
# Remove dir (recursively) from the file system and from spec # Remove dir (recursively) from the file system and from spec
......
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