[Frugalware-git] pacman-g2: Delete '-e' option after #!/bin/sh
Miklos Vajna
vmiklos at frugalware.org
Sun Nov 15 01:22:14 CET 2009
Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-g2.git;a=commitdiff;h=219161cb9ee2636c8a7dc2716c3c0cbe0afbc18e
commit 219161cb9ee2636c8a7dc2716c3c0cbe0afbc18e
Author: Laszlo Papp <djszapi2 at gmail.com>
Date: Sat Nov 14 05:36:29 2009 +0100
Delete '-e' option after #!/bin/sh
Delete this option because autogen.sh exits with an error when you have
changes in your working directory, and no real reason for using it.
[mv: added detail on what problem does this patch fixes]
diff --git a/autogen.sh b/autogen.sh
index 2d63e28..df0a3b4 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,4 +1,4 @@
-#!/bin/sh -e
+#!/bin/sh
import_pootle()
More information about the Frugalware-git
mailing list