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>
|
||||
|
||||
Silence warning SC1007 from shellcheck.
|
||||
|
2
config.guess
vendored
2
config.guess
vendored
@ -1389,7 +1389,7 @@ EOF
|
||||
echo i386-pc-xenix
|
||||
exit ;;
|
||||
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 ;;
|
||||
i*86:rdos:*:*)
|
||||
echo ${UNAME_MACHINE}-pc-rdos
|
||||
|
Loading…
x
Reference in New Issue
Block a user