source: main/trunk/package-kits/linux/wvWare@ 29460

Last change on this file since 29460 was 29460, checked in by Jeremy Symon, 9 years ago

Initial commit for linux packages. Contains scripts and patches, and package definitions for pacman.

  • Property svn:executable set to *
File size: 140 bytes
Line 
1#!/bin/sh
2# remove current directory from path
3dir=$(dirname $0 | sed -e 's/\//\\\//g')
4PATH=$(echo $PATH | sed -e "s/:$dir:/:/")
5wvWare $@
Note: See TracBrowser for help on using the repository browser.