Skip to content

Commit

Permalink
delete old scripts if they exist
Browse files Browse the repository at this point in the history
  • Loading branch information
markito3 committed Sep 4, 2019
1 parent 6776f0b commit 36927e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions create_setup_scripts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ gi_path=`pwd`
gluex_top=$1
cd $gluex_top
for name in gluex_env_boot.sh gluex_env_boot.csh gluex_env_local.sh gluex_env_local.csh; do
rm -f $name
echo creating script $name
create_script $name
done

0 comments on commit 36927e1

Please sign in to comment.