From: buncic Date: Thu, 1 Feb 2001 18:00:23 +0000 (+0000) Subject: Use bash in place of sh for compatibility X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=572784b9d7be7356f8d089a0cdbb12e2638b8bce;ds=inline Use bash in place of sh for compatibility --- diff --git a/share/alirun b/share/alirun index 0bf080f5ec4..95dc7abd0b0 100755 --- a/share/alirun +++ b/share/alirun @@ -1,10 +1,13 @@ -#!/bin/sh +#!/usr/local/bin/bash ############################################################################# # alirun - a shell script to run AliRoot ############################################################################# # # modification history # $Log$ +# Revision 1.2 2001/02/01 17:46:26 buncic +# Fixed mktemp on HP and Sun +# # Revision 1.1 2001/01/26 21:22:02 hristov # Major upgrade of AliRoot code #