diff options
Diffstat (limited to 'meta/recipes-devtools/rpm/rpm-postinsts.bb')
-rw-r--r-- | meta/recipes-devtools/rpm/rpm-postinsts.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/rpm/rpm-postinsts.bb b/meta/recipes-devtools/rpm/rpm-postinsts.bb index c8fc1c33f4..ba58cd49b1 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 | |||
36 | echo "Running postinst $i..." | 36 | echo "Running postinst $i..." |
37 | if [ -x $i ]; then | 37 | if [ -x $i ]; then |
38 | if [ "$POSTINST_LOGGING" = "1" ]; then | 38 | if [ "$POSTINST_LOGGING" = "1" ]; then |
39 | $i >>$LOGFILE 2&>1 | 39 | $i >>$LOGFILE 2>&1 |
40 | else | 40 | else |
41 | $i | 41 | $i |
42 | fi | 42 | fi |