mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
jannet: Fix test for links in rpmnew
This commit is contained in:
parent
0939d498b3
commit
b8d76c6591
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ cmd_rpmnew()
|
|||
while read file; do
|
||||
if [ -e "$file.rpmnew" ]; then
|
||||
if diff -q $file $file.rpmnew; then
|
||||
if [ -l "$file" ]; then
|
||||
if [ -L "$file" ]; then
|
||||
echo ========== skipping link $file
|
||||
continue
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue