Skip to content
Snippets Groups Projects
Commit 6210aaf4 authored by Bob Mottram's avatar Bob Mottram
Browse files

Fix static analysis failures

parent 76e46038
No related branches found
No related tags found
No related merge requests found
......@@ -31,9 +31,9 @@
PROJECT_NAME='freedombone'
app_name='noapp'
app_name_lower=$(echo ${app_name} | tr '[:upper:]' '[:lower:]')
app_name_lower=$(echo "${app_name}" | tr '[:upper:]' '[:lower:]')
app_name=$app_name_lower
app_name_upper=$(echo ${app_name} | tr '[:lower:]' '[:upper:]')
app_name_upper=$(echo "${app_name}" | tr '[:lower:]' '[:upper:]')
echo "test: $app_name_upper"
app_repo="TODO"
app_repo_commit='TODO'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment