Welcome, Guest. Please login or register.

Author Topic: Linux Question  (Read 1731 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline dezignersrepublic

  • Sr. Member
  • ****
  • Join Date: Sep 2002
  • Posts: 370
    • Show all replies
    • http://www.findingthem.com
Re: Linux Question
« on: February 18, 2003, 05:41:50 PM »
I would suggest adding the path vars to your .bash_profile file (assuming you use bash).

Otherwise make sure your script has

#!/bin/sh

at the top of the script.

--