summaryrefslogtreecommitdiff
blob: 36aaf32b01f67f579349808800c67639215ea0db (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh 
# Copyright 1999-2009 Gentoo Foundation 
# Distributed under the terms of the GNU General Public License v2 
# $Header: $ 
# 
my_nsdc="/usr/sbin/nsdc" 

if [[ -x ${my_nsdc} ]]; then 
	${my_nsdc} patch 1>/dev/null
fi