From 81413e4bd913c59b9c7652b645455b6f6e63684800c00e0ddab43e00ff2374dc Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Wed, 19 Nov 2014 15:58:59 +0000 Subject: [PATCH] Accepting request 262246 from home:Ledest:bashisms fix shebang in xfig.sh script: option '-a' of 'exec' command may be unsupported in other POSIX-complete shells OBS-URL: https://build.opensuse.org/request/show/262246 OBS-URL: https://build.opensuse.org/package/show/graphics/xfig?expand=0&rev=47 --- xfig.changes | 7 +++++++ xfig.sh | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/xfig.changes b/xfig.changes index 8dd72da..e45d42b 100644 --- a/xfig.changes +++ b/xfig.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Nov 18 23:10:00 UTC 2014 - Led + +- fix shebang in xfig.sh script: + option '-a' of 'exec' command may be unsupported in other + POSIX-complete shells + ------------------------------------------------------------------- Fri Jul 4 12:48:32 UTC 2014 - werner@suse.de diff --git a/xfig.sh b/xfig.sh index f62e849..b972949 100644 --- a/xfig.sh +++ b/xfig.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # # Reset UTF-8 charmaping to a more xfig compatible one #