projects
/
platform
/
upstream
/
automake.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a03a1c
)
Fix unrecognized os error message.
author
Richard Stallman
<rms@gnu.org>
Thu, 19 May 1994 23:08:12 +0000
(23:08 +0000)
committer
Richard Stallman
<rms@gnu.org>
Thu, 19 May 1994 23:08:12 +0000
(23:08 +0000)
config.sub
patch
|
blob
|
history
lib/config.sub
patch
|
blob
|
history
diff --git
a/config.sub
b/config.sub
index
ffce559
..
00cd45d
100644
(file)
--- a/
config.sub
+++ b/
config.sub
@@
-596,7
+596,7
@@
case $os in
;;
*)
# Get rid of the `-' at the beginning of $os.
- os=`echo $
1
| sed 's/[^-]*-//'`
+ os=`echo $
os
| sed 's/[^-]*-//'`
echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
exit 1
;;
diff --git
a/lib/config.sub
b/lib/config.sub
index
ffce559
..
00cd45d
100644
(file)
--- a/
lib/config.sub
+++ b/
lib/config.sub
@@
-596,7
+596,7
@@
case $os in
;;
*)
# Get rid of the `-' at the beginning of $os.
- os=`echo $
1
| sed 's/[^-]*-//'`
+ os=`echo $
os
| sed 's/[^-]*-//'`
echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
exit 1
;;