mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 02:26:36 +12:00
Silence warning SC2116 from shellcheck.
* config.guess (i*86:skyos:*:*): Fix misplaced backquote.
This commit is contained in:
parent
1f226b04f1
commit
ff434509fc
@ -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
2
config.guess
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user