projects
/
swc-workshop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
922596a
)
swc-installation-test-2.py: Sort shells in order of preference
author
W. Trevor King
<wking@tremily.us>
Tue, 1 Jan 2013 12:46:48 +0000
(07:46 -0500)
committer
W. Trevor King
<wking@tremily.us>
Tue, 1 Jan 2013 14:49:48 +0000
(09:49 -0500)
Placing the often-symlinked `sh` at the end of the list. This way if
a user has Bash installed, it doesn't show up as plain old Bourne.
swc-installation-test-2.py
patch
|
blob
|
history
diff --git
a/swc-installation-test-2.py
b/swc-installation-test-2.py
index 61c7e664445469e8a1f5f41f8cc2bbf17bd413c1..705aa04f14c0fd17f772965eded48aa1a9ff08a0 100755
(executable)
--- a/
swc-installation-test-2.py
+++ b/
swc-installation-test-2.py
@@
-442,14
+442,14
@@
class VirtualDependency (Dependency):
for name,dependencies in [
('virtual-shell', (
- 'sh',
- 'ash',
'bash',
- 'csh',
- 'ksh',
'dash',
- '
tc
sh',
+ '
a
sh',
'zsh',
+ 'ksh',
+ 'csh',
+ 'tcsh',
+ 'sh',
)),
('virtual-editor', (
'emacs',