diff options
author | Robert Ancell <robert.ancell@canonical.com> | 2015-01-20 13:54:49 +1300 |
---|---|---|
committer | Robert Ancell <robert.ancell@canonical.com> | 2015-01-20 13:54:49 +1300 |
commit | e4be4b8d0bba0163802fb03223f98b134fd718f1 (patch) | |
tree | e412bbb9e71dd98a43a20199b1200857823de325 | |
parent | e21fbafaa44725e12c27df019283533f9e36aad9 (diff) |
Set required version of bash
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 04a2a383..cf40588f 100644 --- a/debian/control +++ b/debian/control @@ -41,7 +41,7 @@ Depends: ${misc:Depends}, libglib2.0-bin, dbus, plymouth (>= 0.8.8-0ubuntu18), - bash, + bash (>= 4.3), Recommends: xserver-xorg, unity-greeter | lightdm-greeter | lightdm-kde-greeter, Conflicts: liblightdm-gobject-0-0, |