From 2c1c76d5bbbd25f30a2934fe620e2142090cac70 Mon Sep 17 00:00:00 2001 From: Marcelo Matus Date: Thu, 11 Dec 2003 08:24:54 +0000 Subject: [PATCH] it wasn't swig, it was my script git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5535 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/Tools/sleep | 7 ------- 1 file changed, 7 deletions(-) delete mode 100755 SWIG/Tools/sleep diff --git a/SWIG/Tools/sleep b/SWIG/Tools/sleep deleted file mode 100755 index 45c0e3737..000000000 --- a/SWIG/Tools/sleep +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -SLEEP=/bin/sleep - -if [ -z $NOSLEEP ]; then - exec $SLEEP $* -fi \ No newline at end of file