Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
61c26472
Commit
61c26472
authored
Mar 10, 2010
by
Miles Bader
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
quick-install-emacs: Use more portable shell syntax
parent
f758ab59
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
admin/ChangeLog
admin/ChangeLog
+3
-1
admin/quick-install-emacs
admin/quick-install-emacs
+1
-1
No files found.
admin/ChangeLog
View file @
61c26472
2010-03-10 Miles Bader <miles@gnu.org>
* quick-install-emacs (AVOID): Be more picky about files we avoid
* quick-install-emacs: Use more portable shell syntax.
* quick-install-emacs: (AVOID): Be more picky about files we avoid
installing.
2010-02-14 Juanma Barranquero <lekktu@gmail.com>
...
...
admin/quick-install-emacs
View file @
61c26472
...
...
@@ -120,7 +120,7 @@ Written by Miles Bader <miles@gnu.org>
EOF
exit
0
;;
-[
^
-]?
*
)
-[
!
-]?
*
)
# split concatenated single-letter options apart
FIRST
=
"
$1
"
;
shift
set
--
`
echo
$FIRST
|
sed
's/-\(.\)\(.*\)/-\1 -\2/'
`
"
$@
"
...
...
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