diff options
author | Tibor Frank <tifrank@cisco.com> | 2021-04-14 10:27:57 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2021-04-14 13:10:17 +0200 |
commit | 37f7b3ead9eabc8c8d195ae168565c6f12eb8197 (patch) | |
tree | 9bc6d7b34bf8b5e9beea470e55bf57991e64be7a /resources/tools/presentation/run_report.sh | |
parent | 5d871ce45cf74a25768e8456c441c16335d23076 (diff) |
PAL: Fix path to the theme
Change-Id: I960c575841a92687a1272c905bbcc057de4a737e
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools/presentation/run_report.sh')
-rwxr-xr-x | resources/tools/presentation/run_report.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/resources/tools/presentation/run_report.sh b/resources/tools/presentation/run_report.sh index 61acac38dc..308c6252ec 100755 --- a/resources/tools/presentation/run_report.sh +++ b/resources/tools/presentation/run_report.sh @@ -9,7 +9,6 @@ typeset -A CFG typeset -A DIR DIR[WORKING]=_tmp -CFG[BLD_LATEX]=1 # Create working directories mkdir ${DIR[WORKING]} |