diff options
-rw-r--r-- | update-conf.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update-conf.in b/update-conf.in index fd03afa..b59151d 100644 --- a/update-conf.in +++ b/update-conf.in @@ -26,7 +26,7 @@ usage() { is_modified() { [ -f "$LBUCACHE" ] || lbu status -a | awk '{print $2}' > "$LBUCACHE" - test -n "$( ( echo \"$1\" ; cat \"$LBUCACHE\" ) | sort | uniq -d)" + test -n "$( ( echo "$1" ; cat "$LBUCACHE" ) | sort | uniq -d)" } |