Skip to content

Commit

Permalink
src/save: Change generated comment header to say "New / changed files"
Browse files Browse the repository at this point in the history
See issue #71.
  • Loading branch information
CyberShadow committed Feb 17, 2020
1 parent 9a92824 commit 6d3ec87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/save.bash
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ function AconfSave() {
if [[ ${#system_only_files[@]} != 0 || ${#changed_files[@]} != 0 ]]
then
LogEnter 'Found %s new and %s changed files.\n' "$(Color G ${#system_only_files[@]})" "$(Color G ${#changed_files[@]})"
printf '\n\n# %s - New files\n\n\n' "$(date)" >> "$config_save_target"
printf '\n\n# %s - New / changed files\n\n\n' "$(date)" >> "$config_save_target"
( Print0Array system_only_files ; Print0Array changed_files ) | \
while read -r -d $'\0' file
do
Expand Down

0 comments on commit 6d3ec87

Please sign in to comment.