From ac94b3b0434820750ad5abd9524413e5d4ffbfea 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 --- ppss.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ppss.sh b/ppss.sh index a28d1ab..2f0b1f0 100755 --- a/ppss.sh +++ b/ppss.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash #* #* PPSS, the Parallel Processing Shell Script #*