mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-26 23:23:55 +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
|
while read file; do
|
||||||
if [ -e "$file.rpmnew" ]; then
|
if [ -e "$file.rpmnew" ]; then
|
||||||
if diff -q $file $file.rpmnew; then
|
if diff -q $file $file.rpmnew; then
|
||||||
if [ -l "$file" ]; then
|
if [ -L "$file" ]; then
|
||||||
echo ========== skipping link $file
|
echo ========== skipping link $file
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue