summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--update-conf.in2
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)"
}