Tweak template after seeing a few people use it

This commit is contained in:
Aaron Gyes
2016-07-05 06:02:18 -07:00
parent a8d911bd39
commit ee599bdd5c
2 changed files with 10 additions and 8 deletions

View File

@@ -1,9 +1,15 @@
- [ ] Did you do [a quick search?](/issues?utf8=✓&q=is:issue+user:fish-shell) - [ ] Did you try [a quick search?](/issues?utf8=✓&q=is:issue+user:fish-shell)
- [ ] Try [with the latest](/fish-shell/fish-shell/releases/tag/2.3.1) fish version? - [ ] Try [with the latest](/fish-shell/fish-shell/releases/tag/2.3.1) fish version?
The problem is that … on `fish --version` with *this OS* and **these fish plugins** installed. Talk about the the issue here.
**fish verison installed**: `fish --version`
**OS/terminal used**:
## Reproduction steps ## Reproduction steps
Hard to explain? Link to [a screen recording](https://asciinema.org)
1. Launch fish 1. Launch fish
2. 2.
@@ -13,7 +19,3 @@ Fish should…
## Actual results ## Actual results
~ $ math 2 + 2 ~ $ math 2 + 2
5 5
## Additonal Information
Further thoughts…
Maybe linking to [a screen recording](https://asciinema.org) helps

View File

@@ -21,7 +21,7 @@ If you have problems, you may need to regenerate the build system entirely.
To do so, use the procedure documented by the package, typically 'autoreconf'.])]) To do so, use the procedure documented by the package, typically 'autoreconf'.])])
dnl pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*- dnl pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*-
dnl serial 11 (pkg-config-0.29) dnl serial 11 (pkg-config-0.29.1)
dnl dnl
dnl Copyright © 2004 Scott James Remnant <scott@netsplit.com>. dnl Copyright © 2004 Scott James Remnant <scott@netsplit.com>.
dnl Copyright © 2012-2015 Dan Nicholson <dbn.lists@gmail.com> dnl Copyright © 2012-2015 Dan Nicholson <dbn.lists@gmail.com>
@@ -63,7 +63,7 @@ dnl
dnl See the "Since" comment for each macro you use to see what version dnl See the "Since" comment for each macro you use to see what version
dnl of the macros you require. dnl of the macros you require.
m4_defun([PKG_PREREQ], m4_defun([PKG_PREREQ],
[m4_define([PKG_MACROS_VERSION], [0.29]) [m4_define([PKG_MACROS_VERSION], [0.29.1])
m4_if(m4_version_compare(PKG_MACROS_VERSION, [$1]), -1, m4_if(m4_version_compare(PKG_MACROS_VERSION, [$1]), -1,
[m4_fatal([pkg.m4 version $1 or higher is required but ]PKG_MACROS_VERSION[ found])]) [m4_fatal([pkg.m4 version $1 or higher is required but ]PKG_MACROS_VERSION[ found])])
])dnl PKG_PREREQ ])dnl PKG_PREREQ