]> git.pld-linux.org Git - packages/wicd.git/blob - bashism.patch
- cleanup shebangs; rel 5
[packages/wicd.git] / bashism.patch
1 --- wicd-1.6.2.2/in/scripts/wicd-curses.in~     2009-11-06 22:35:54.137467255 +0200
2 +++ wicd-1.6.2.2/in/scripts=wicd-curses.in      2009-11-06 22:40:09.374108616 +0200
3 @@ -1,4 +1,4 @@
4 -#!/bin/bash
5 +#!/bin/sh
6  if [ ! -d "$HOME/.wicd" ]; then
7      mkdir -p "$HOME/.wicd"
8  fi
9 --- wicd-1.6.2.2/in/scripts=wicd.in~    2009-11-06 22:35:54.207466582 +0200
10 +++ wicd-1.6.2.2/in/scripts=wicd.in     2009-11-06 22:40:20.997500135 +0200
11 @@ -1,3 +1,3 @@
12 -#!/bin/bash
13 +#!/bin/sh
14  
15  exec python -O /usr/lib/wicd/wicd-daemon.py $@
16 --- wicd-1.6.2.2/in/scripts=wicd-client.in~     2009-11-06 22:35:54.284132812 +0200
17 +++ wicd-1.6.2.2/in/scripts=wicd-client.in      2009-11-06 22:41:19.855680431 +0200
18 @@ -1,4 +1,4 @@
19 -#!/bin/bash
20 +#!/bin/sh
21  BOLD=$(tput bold)
22  BLUE=$(tput setaf 4)
23  NC=$(tput sgr0)
This page took 0.04312 seconds and 3 git commands to generate.