Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
c0b2f23c
Commit
c0b2f23c
authored
Sep 18, 1994
by
Richard M. Stallman
Browse files
(parsing options): Simplify sed command to delete -'s.
parent
d05c42e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
configure1.in
configure1.in
+1
-1
No files found.
configure1.in
View file @
c0b2f23c
...
...
@@ -166,7 +166,7 @@ while [ $# != 0 ]; do
## If FOO is a boolean argument, --FOO is equivalent to
## --FOO=yes. Otherwise, the value comes from the next
## argument - see below.
opt=`echo ${arg} | sed 's:^-*
\(.*\)$:\1
:'`
opt=`echo ${arg} | sed 's:^-*
:
:'`
val="yes"
valomitted=yes
;;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment