diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-05-22 00:04:45 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-05-22 00:04:45 +0800 |
| commit | 7f803249b673228189421c37c5f5fbf4b3d79c3f (patch) | |
| tree | dcb532a3ecab23589f54843c48194afd48f93656 /updateconf | |
| parent | cf7e15afc0af0b15436a79d125703af5105be67b (diff) | |
| download | autils-7f803249b673228189421c37c5f5fbf4b3d79c3f.tar.gz autils-7f803249b673228189421c37c5f5fbf4b3d79c3f.zip | |
updated
Diffstat (limited to 'updateconf')
| -rwxr-xr-x | updateconf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |