mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 02:50:46 -06:00
Simplify version.sh script
The else branch is not needed - and the variable name in it is misspelled anyway ;)
This commit is contained in:
@@ -6,8 +6,6 @@ version_macro="#define APP_VERSION $version"
|
||||
|
||||
if [ -f gen_version.h ]; then
|
||||
current_file=`cat gen_version.h`
|
||||
else
|
||||
current_files=""
|
||||
fi
|
||||
|
||||
if [ "$version_macro" != "$current_file" ]; then
|
||||
|
||||
Reference in New Issue
Block a user