mirror of
https://github.com/gryf/wicd.git
synced 2026-02-22 18:15:53 +01:00
Debian patch: 05-use_binsh.patch
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
BOLD=$(tput bold)
|
BOLD=$(tput bold)
|
||||||
BLUE=$(tput setaf 4)
|
BLUE=$(tput setaf 4)
|
||||||
NC=$(tput sgr0)
|
NC=$(tput sgr0)
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
if [ ! -d "$HOME/.wicd" ]; then
|
if [ ! -d "$HOME/.wicd" ]; then
|
||||||
mkdir -p "$HOME/.wicd"
|
mkdir -p "$HOME/.wicd"
|
||||||
fi
|
fi
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
|
|
||||||
exec %PYTHON% -O %SHARE%daemon/wicd-daemon.py $@
|
exec %PYTHON% -O %SHARE%daemon/wicd-daemon.py $@
|
||||||
|
|||||||
Reference in New Issue
Block a user