head	1.2;
access;
symbols
	AddConnectionCls:1.2;
locks; strict;
comment	@# @;
expand	@b@;


1.2
date	2001.11.02.21.15.20;	author chanskw;	state dead;
branches;
next	1.1;

1.1
date	2001.11.02.17.02.31;	author chanskw;	state Exp;
branches;
next	;


desc
@@


1.2
log
@moved gdb to root directory for packaging
@
text
@#!/bin/sh

#This script should only be used on LINUX

#export PATH=$ORIG_PATH:$PATH
#unset LD_LIBRARY_PATH
unset LD_ASSUME_KERNEL

/usr/bin/gdb "$@@"  

echo "All Done."
@


1.1
log
@gdb script for unsetting LD_ASSUME_KERNEL
@
text
@@

