SPECS: obextool.spec - use exec
glen
glen at pld-linux.org
Thu Mar 30 09:35:42 CEST 2006
Author: glen Date: Thu Mar 30 07:35:42 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- use exec
---- Files affected:
SPECS:
obextool.spec (1.7 -> 1.8)
---- Diffs:
================================================================
Index: SPECS/obextool.spec
diff -u SPECS/obextool.spec:1.7 SPECS/obextool.spec:1.8
--- SPECS/obextool.spec:1.7 Thu Mar 30 09:34:53 2006
+++ SPECS/obextool.spec Thu Mar 30 09:35:37 2006
@@ -52,7 +52,7 @@
# feature (if no Siemens), using Tk version 8.4 and
# a specific configuration directory %{_sysconfdir}/obextool
# and the contributed static compiled obexftp version.
-/bin/sh -c "%{_bindir}/wish $OBEXDIR/obextool.tk --memstat 0"
+exec %{_bindir}/wish $OBEXDIR/obextool.tk --memstat 0
EOF
%clean
@@ -73,6 +73,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.8 2006/03/30 07:35:37 glen
+- use exec
+
Revision 1.7 2006/03/30 07:34:53 glen
- when will people use 'EOF' instead of EOF, instead of quoting without a point
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/obextool.spec?r1=1.7&r2=1.8&f=u
More information about the pld-cvs-commit
mailing list