packages: git-cola/git-cola.spec - no bashism

glen glen at pld-linux.org
Thu Feb 25 09:48:18 CET 2010


Author: glen                         Date: Thu Feb 25 08:48:18 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- no bashism

---- Files affected:
packages/git-cola:
   git-cola.spec (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: packages/git-cola/git-cola.spec
diff -u packages/git-cola/git-cola.spec:1.4 packages/git-cola/git-cola.spec:1.5
--- packages/git-cola/git-cola.spec:1.4	Wed Feb 24 22:46:35 2010
+++ packages/git-cola/git-cola.spec	Thu Feb 25 09:48:13 2010
@@ -53,10 +53,10 @@
 rm -rf $RPM_BUILD_ROOT
 
 %post
-update-desktop-database &> /dev/null || :
+update-desktop-database > /dev/null 2>&1 || :
 
 %postun
-update-desktop-database &> /dev/null || :
+update-desktop-database > /dev/null 2>&1 || :
 
 %files
 %defattr(644,root,root,755)
@@ -76,6 +76,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2010/02/25 08:48:13  glen
+- no bashism
+
 Revision 1.4  2010/02/24 21:46:35  sls
 - BR: python-PyQt4
 - BR: git-core (/usr/bin/git)
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/git-cola/git-cola.spec?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list