aboutsummaryrefslogtreecommitdiff
path: root/updateconf
diff options
context:
space:
mode:
Diffstat (limited to 'updateconf')
-rwxr-xr-xupdateconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/updateconf b/updateconf
index 330c93c..60475e1 100755
--- a/updateconf
+++ b/updateconf
@@ -29,7 +29,7 @@ for file in $spkgnew; do
fi
while true; do
clear
- diff -u $currentfile $file --color=always
+ diff -u $currentfile $file #--color=always
if [ $? = 0 ]; then
echo "Remove '$file', no diff found."
rm -f "$file"