packages: grub2/update-grub - no need for set -e for single exec line

glen glen at pld-linux.org
Tue Mar 9 10:52:37 CET 2010


Author: glen                         Date: Tue Mar  9 09:52:37 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- no need for set -e for single exec line

---- Files affected:
packages/grub2:
   update-grub (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: packages/grub2/update-grub
diff -u packages/grub2/update-grub:1.1 packages/grub2/update-grub:1.2
--- packages/grub2/update-grub:1.1	Wed Nov 11 17:25:56 2009
+++ packages/grub2/update-grub	Tue Mar  9 10:52:32 2010
@@ -1,2 +1,2 @@
-#!/bin/sh -e
+#!/bin/sh
 exec grub-mkconfig -o /boot/grub/grub.cfg "$@"
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/grub2/update-grub?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list