Browse Source

Install script (install.sh) was failing if "tmp" exists.

accumulation-v4.7
Dave Parker 6 years ago
parent
commit
0b71415be9
  1. 2
      prism/install.sh

2
prism/install.sh

@ -16,7 +16,7 @@ fi
if [ ! "$1" = "silent" ] ; then
echo "Installing PRISM (directory=$PRISM_DIR)"
fi
TEMP_FILE=tmp
TEMP_FILE="tmp$RANDOM"
# Search for the scripts that should be changed
# We exclude:
# - Windows .BAT files

Loading…
Cancel
Save