Silence warning SC2116 from shellcheck.

* config.guess (i*86:skyos:*:*): Fix misplaced backquote.
This commit is contained in:
Ben Elliston 2016-04-02 13:15:37 +11:00
parent 1f226b04f1
commit ff434509fc
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2016-04-02 Ben Elliston <bje@gnu.org>
Silence warning SC2116 from shellcheck.
* config.guess (i*86:skyos:*:*): Fix misplaced backquote.
2016-04-02 Ben Elliston <bje@gnu.org> 2016-04-02 Ben Elliston <bje@gnu.org>
Silence warning SC1007 from shellcheck. Silence warning SC1007 from shellcheck.

2
config.guess vendored
View File

@ -1389,7 +1389,7 @@ EOF
echo i386-pc-xenix echo i386-pc-xenix
exit ;; exit ;;
i*86:skyos:*:*) i*86:skyos:*:*)
echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//' echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE} | sed -e 's/ .*$//'`
exit ;; exit ;;
i*86:rdos:*:*) i*86:rdos:*:*)
echo ${UNAME_MACHINE}-pc-rdos echo ${UNAME_MACHINE}-pc-rdos