]> git.pld-linux.org Git - packages/rp-pppoe.git/blob - rp-pppoe-tkpppoe.in.patch
- remove ECHO variable
[packages/rp-pppoe.git] / rp-pppoe-tkpppoe.in.patch
1 --- rp-pppoe-3.5/gui/tkpppoe.in~        Sat Aug 17 01:26:34 2002
2 +++ rp-pppoe-3.5/gui/tkpppoe.in Sat Aug 17 01:26:34 2002
3 @@ -1,4 +1,4 @@
4 -#!/bin/sh
5 +#!/usr/bin/wish
6  # -*-Mode: TCL;-*-
7  # LIC: GPL
8  
9 @@ -19,10 +19,6 @@
10  
11  # $Id$
12  
13 -# the next line restarts using wish \
14 -umask 022; \
15 -exec wish "$0" "$@" || clear; echo "*****"; echo "Cannot find 'wish' -- you need Tcl/Tk installed to run this program"; exit 1
16 -
17  # Try requiring msgcat (Tcl 8.1 and later)
18  
19  set problem [catch {package require msgcat} err]
This page took 0.022805 seconds and 3 git commands to generate.