--- wicd-1.6.2.2/in/scripts/wicd-curses.in~ 2009-11-06 22:35:54.137467255 +0200 +++ wicd-1.6.2.2/in/scripts=wicd-curses.in 2009-11-06 22:40:09.374108616 +0200 @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh if [ ! -d "$HOME/.wicd" ]; then mkdir -p "$HOME/.wicd" fi --- wicd-1.6.2.2/in/scripts=wicd.in~ 2009-11-06 22:35:54.207466582 +0200 +++ wicd-1.6.2.2/in/scripts=wicd.in 2009-11-06 22:40:20.997500135 +0200 @@ -1,3 +1,3 @@ -#!/bin/bash +#!/bin/sh exec python -O /usr/lib/wicd/wicd-daemon.py $@ --- wicd-1.6.2.2/in/scripts=wicd-client.in~ 2009-11-06 22:35:54.284132812 +0200 +++ wicd-1.6.2.2/in/scripts=wicd-client.in 2009-11-06 22:41:19.855680431 +0200 @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh BOLD=$(tput bold) BLUE=$(tput setaf 4) NC=$(tput sgr0)