]> git.sur5r.net Git - kconfig-frontends/blobdiff - scripts/ksync.sh
scripts/ksync: rename the list of files to sync
[kconfig-frontends] / scripts / ksync.sh
index 4346f460746de880038c6bceaf4df603c10d447a..97fb3fe4df63b157e4e9aae56ea90b1cdfda0bac 100755 (executable)
@@ -49,7 +49,7 @@ while read k_file trash kf_file; do
     if [ -f "${kf_file}.patch" ]; then
         patch --no-backup-if-mismatch -g0 -F1 -p1 -f <"${kf_file}.patch"
     fi
-done <scripts/kernel2kfrontends.list
+done <scripts/ksync.list
 
 # Save the changelog between the old cset and now
 printf "Synced-up these changes:\n"