now using usr bin env instead of fixed path

This commit is contained in:
Louwrentius 2009-01-10 12:52:15 +00:00
parent 1ae4fc72f4
commit ac94b3b043
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#*
#* PPSS, the Parallel Processing Shell Script
#*