From b5b1d2e12f29d16d5af5b38f17c0d31490636b1a Mon Sep 17 00:00:00 2001 From: Louwrentius Date: Sat, 10 Jan 2009 12:52:15 +0000 Subject: [PATCH] now using usr bin env instead of fixed path --- trunk/ppss.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/ppss.sh b/trunk/ppss.sh index a28d1ab..2f0b1f0 100755 --- a/trunk/ppss.sh +++ b/trunk/ppss.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash #* #* PPSS, the Parallel Processing Shell Script #*