1
0
mirror of https://github.com/gryf/wicd.git synced 2026-01-05 05:14:17 +01:00

Debian patch: 05-use_binsh.patch

This commit is contained in:
Adam Blackburn
2010-05-29 17:32:34 +08:00
parent d7a622545b
commit 72b794df96
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
BOLD=$(tput bold)
BLUE=$(tput setaf 4)
NC=$(tput sgr0)

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
if [ ! -d "$HOME/.wicd" ]; then
mkdir -p "$HOME/.wicd"
fi

View File

@@ -1,3 +1,3 @@
#!/bin/bash
#!/bin/sh
exec %PYTHON% -O %SHARE%daemon/wicd-daemon.py $@