[freecol] 107/125: Use /bin/sh and set -e for wrapper script
    Markus Koschany 
    apo-guest at moszumanska.debian.org
       
    Sun Dec 20 19:39:38 UTC 2015
    
    
  
This is an automated email from the git hooks/post-receive script.
apo-guest pushed a commit to branch master
in repository freecol.
commit 2d99e9dd66a7f79b24643f292cba20693cbf59a0
Author: Markus Koschany <apo at debian.org>
Date:   Sun Dec 20 17:13:58 2015 +0100
    Use /bin/sh and set -e for wrapper script
---
 debian/wrapper/freecol | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/wrapper/freecol b/debian/wrapper/freecol
index a70c69a..d9e1e96 100755
--- a/debian/wrapper/freecol
+++ b/debian/wrapper/freecol
@@ -1,4 +1,6 @@
-#!/bin/bash
+#!/bin/sh
+
+set -e
 
 # Including wrapper script:
 . /usr/lib/java-wrappers/java-wrappers.sh
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/freecol.git
    
    
More information about the Pkg-games-commits
mailing list