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

indentation

parent 5723bf46
No related branches found
No related tags found
No related merge requests found
......@@ -45,13 +45,13 @@ source $PROJECT_INSTALL_DIR/${PROJECT_NAME}-vars
UTILS_FILES=/usr/share/${PROJECT_NAME}/utils/${PROJECT_NAME}-utils-*
for f in $UTILS_FILES
do
source $f
source $f
done
APP_FILES=/usr/share/${PROJECT_NAME}/apps/${PROJECT_NAME}-app-*
for f in $APP_FILES
do
source $f
source $f
done
command_options=$1
......
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