Replaced program name with variable

This commit is contained in:
deajan 2016-08-19 10:24:42 +02:00
parent 99619f842d
commit ff70828d71
1 changed files with 1 additions and 1 deletions

View File

@ -392,7 +392,7 @@ function RewriteConfigFiles {
fi fi
# "onfig file rev" to deal with earlier variants of the file # "onfig file rev" to deal with earlier variants of the file
sed -i'.tmp' '/onfig file rev/c\###### osync config file rev '$PROGRAM_BUILD "$config_file" sed -i'.tmp' '/onfig file rev/c\###### '$SUBPROGRAM' config file rev '$PROGRAM_BUILD "$config_file"
rm -f "$config_file.tmp" rm -f "$config_file.tmp"
} }