bug in Insightscript

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
User avatar
Wally
Posts: 663
Joined: Mon Sep 26, 2005 11:25 am

bug in Insightscript

Post by Wally »

Hi

I found that when i executed the insight script it just exited straight away..

The culprit was a loose exit; command which is on line 3

Code: Select all

#!/bin/sh
# insight-6.4.sh by Dan Peori ([email protected])
exit;
Cheers

Wally
jimparis
Posts: 1145
Joined: Fri Jun 10, 2005 4:21 am
Location: Boston

Post by jimparis »

It's on purpose. search.
Post Reply