swc-installation-test-2.py: Sort shells in order of preference
[swc-setup-installation-test.git] / swc-installation-test-2.py
index 61c7e664445469e8a1f5f41f8cc2bbf17bd413c1..705aa04f14c0fd17f772965eded48aa1a9ff08a0 100755 (executable)
@@ -442,14 +442,14 @@ class VirtualDependency (Dependency):
 
 for name,dependencies in [
         ('virtual-shell', (
-            'sh',
-            'ash',
             'bash',
-            'csh',
-            'ksh',
             'dash',
-            'tcsh',
+            'ash',
             'zsh',
+            'ksh',
+            'csh',
+            'tcsh',
+            'sh',
             )),
         ('virtual-editor', (
             'emacs',