projects
/
tools
/
ttrace.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12d3a43
)
Fix here document in the spec file
56/275856/1
accepted/tizen_7.0_unified_hotfix
tizen_7.0_hotfix
accepted/tizen/7.0/unified/hotfix/20221116.112242
accepted/tizen/unified/20220608.140042
submit/tizen/20220603.054759
tizen_7.0_m2_release
author
Sung-hun Kim
<sfoon.kim@samsung.com>
Fri, 3 Jun 2022 05:30:00 +0000
(14:30 +0900)
committer
Sung-hun Kim
<sfoon.kim@samsung.com>
Fri, 3 Jun 2022 05:30:00 +0000
(14:30 +0900)
Add escape character for preserving missed argument expression.
Change-Id: I9d31dec2d3b2c800e5c45f2f31272eb883f9a3b6
Signed-off-by: Sung-hun Kim <sfoon.kim@samsung.com>
packaging/ttrace.spec
patch
|
blob
|
history
diff --git
a/packaging/ttrace.spec
b/packaging/ttrace.spec
index cf71fe43538a0d63fb7dab0c7c61a5a3cd08192d..9ebeaebe19a57acaee5303cc4842a0f6bec4317c 100644
(file)
--- a/
packaging/ttrace.spec
+++ b/
packaging/ttrace.spec
@@
-139,7
+139,7
@@
main() {
teardown
}
-main "
$@
"
+main "
\$*
"
EOF
mkdir -p %{buildroot}%{_bindir}/tizen-unittests/%{name}