diff options
author | Andreas Loibl <andreas@andreas-loibl.de> | 2012-05-22 00:39:21 +0200 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2012-05-22 00:39:21 +0200 |
commit | 1d5b6a80fa170fcbded45c1fd12edc6506dd3d57 (patch) | |
tree | 7fd251ab82d19821c4054458b752b13ed2c20c16 /config | |
parent | d2490c38a47092e417b28edba2e9e97beae1f6fe (diff) | |
download | kanotix-1d5b6a80fa170fcbded45c1fd12edc6506dd3d57.zip kanotix-1d5b6a80fa170fcbded45c1fd12edc6506dd3d57.tar.gz |
{*,*}-glob requires bash
Diffstat (limited to 'config')
-rwxr-xr-x | config/chroot_local-hooks/etcskel-hotfixes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/chroot_local-hooks/etcskel-hotfixes b/config/chroot_local-hooks/etcskel-hotfixes index 8a4bacb..5ae6842 100755 --- a/config/chroot_local-hooks/etcskel-hotfixes +++ b/config/chroot_local-hooks/etcskel-hotfixes @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # prevent KDE from warning about non-existent directories mkdir -p /etc/skel/.local/share/contacts mkdir -p /etc/skel/.local/share/local-mail |