SHA256
1
0
forked from pool/xfig

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
This commit is contained in:
Dirk Stoecker 2014-11-19 15:58:59 +00:00 committed by Git OBS Bridge
parent 6cf13198eb
commit 81413e4bd9
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Nov 18 23:10:00 UTC 2014 - Led <ledest@gmail.com>
- 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 Fri Jul 4 12:48:32 UTC 2014 - werner@suse.de

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/bash
# #
# Reset UTF-8 charmaping to a more xfig compatible one # Reset UTF-8 charmaping to a more xfig compatible one
# #