Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix some typos for stderr redirection
@ 2013-07-17  9:09 Yi Zhao
  2013-07-17  9:09 ` [PATCH 1/2] run-postinsts: Fix typo Yi Zhao
  2013-07-17  9:09 ` [PATCH 2/2] rpm-postinsts.bb: " Yi Zhao
  0 siblings, 2 replies; 3+ messages in thread
From: Yi Zhao @ 2013-07-17  9:09 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit 3dee534f1e25109e0bdb681de0746c336f4b8840:

  lib/oeqa: fix dependecy check (2013-07-16 10:04:17 +0100)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib yizhao/postinsts
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=yizhao/postinsts

Yi Zhao (2):
  run-postinsts: Fix typo
  rpm-postinsts.bb: Fix typo

 meta/recipes-devtools/rpm/rpm-postinsts.bb         |    2 +-
 .../run-postinsts/run-postinsts/run-postinsts      |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-- 
1.7.9.5



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 1/2] run-postinsts: Fix typo
  2013-07-17  9:09 [PATCH 0/2] Fix some typos for stderr redirection Yi Zhao
@ 2013-07-17  9:09 ` Yi Zhao
  2013-07-17  9:09 ` [PATCH 2/2] rpm-postinsts.bb: " Yi Zhao
  1 sibling, 0 replies; 3+ messages in thread
From: Yi Zhao @ 2013-07-17  9:09 UTC (permalink / raw)
  To: openembedded-core

Fix a typo for stderr redirection.

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
---
 .../run-postinsts/run-postinsts/run-postinsts      |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/run-postinsts/run-postinsts/run-postinsts b/meta/recipes-devtools/run-postinsts/run-postinsts/run-postinsts
index 2593066..d1bf582 100755
--- a/meta/recipes-devtools/run-postinsts/run-postinsts/run-postinsts
+++ b/meta/recipes-devtools/run-postinsts/run-postinsts/run-postinsts
@@ -26,7 +26,7 @@ for i in `ls $pi_dir`; do
 	echo "Running postinst $i..."
 	if [ -x $i ]; then
 		if [ "$POSTINST_LOGGING" = "1" ]; then
-			sh -c $i >>$LOGFILE 2&>1
+			sh -c $i >>$LOGFILE 2>&1
 		else
 			sh -c $i
 		fi
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH 2/2] rpm-postinsts.bb: Fix typo
  2013-07-17  9:09 [PATCH 0/2] Fix some typos for stderr redirection Yi Zhao
  2013-07-17  9:09 ` [PATCH 1/2] run-postinsts: Fix typo Yi Zhao
@ 2013-07-17  9:09 ` Yi Zhao
  1 sibling, 0 replies; 3+ messages in thread
From: Yi Zhao @ 2013-07-17  9:09 UTC (permalink / raw)
  To: openembedded-core

Fix a typo for stderr redirection.

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
---
 meta/recipes-devtools/rpm/rpm-postinsts.bb |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/rpm/rpm-postinsts.bb b/meta/recipes-devtools/rpm/rpm-postinsts.bb
index c8fc1c3..ba58cd4 100644
--- a/meta/recipes-devtools/rpm/rpm-postinsts.bb
+++ b/meta/recipes-devtools/rpm/rpm-postinsts.bb
@@ -36,7 +36,7 @@ if [ "x$D" != "x" ] && [ -f $D/var/lib/rpm/Packages ]; then
 	echo "Running postinst $i..."
 	if [ -x $i ]; then
 		if [ "$POSTINST_LOGGING" = "1" ]; then
-			$i >>$LOGFILE 2&>1
+			$i >>$LOGFILE 2>&1
 		else
 			$i
 		fi
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-07-17  9:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-17  9:09 [PATCH 0/2] Fix some typos for stderr redirection Yi Zhao
2013-07-17  9:09 ` [PATCH 1/2] run-postinsts: Fix typo Yi Zhao
2013-07-17  9:09 ` [PATCH 2/2] rpm-postinsts.bb: " Yi Zhao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox