]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Use bash in place of sh for compatibility
authorbuncic <buncic@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 1 Feb 2001 18:00:23 +0000 (18:00 +0000)
committerbuncic <buncic@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 1 Feb 2001 18:00:23 +0000 (18:00 +0000)
share/alirun

index 0bf080f5ec45d47f96d4bc2d0ee92c25a2cd9e2e..95dc7abd0b085df7ed665ded01ba5208fba06711 100755 (executable)
@@ -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
 #