mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 20:13:32 +01:00
jannet: Adding diff for skipped links in rpmnew
This commit is contained in:
parent
b8d76c6591
commit
a9badee0fe
1 changed files with 1 additions and 0 deletions
|
|
@ -92,6 +92,7 @@ cmd_rpmnew()
|
|||
if diff -q $file $file.rpmnew; then
|
||||
if [ -L "$file" ]; then
|
||||
echo ========== skipping link $file
|
||||
diff $file.rpmnew $file
|
||||
continue
|
||||
fi
|
||||
echo mv $file.rpmnew $file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue