From b8d76c659194395503b29300918182cecdeefef8 Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Thu, 9 Feb 2012 09:05:44 +0000 Subject: [PATCH] jannet: Fix test for links in rpmnew --- scripts/jannet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/jannet b/scripts/jannet index c0afcf3e..bf27c076 100644 --- a/scripts/jannet +++ b/scripts/jannet @@ -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