Skip to content

Commit

Permalink
Replaced python2 with NetBSD style naming python2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
apurvanandan1997 committed Aug 25, 2020
1 parent 2fe0a78 commit 528b185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compilebench-1.0.2/install.sh
Expand Up @@ -6,6 +6,6 @@ echo "#!/bin/sh
cd compilebench-0.6/
rm -rf t/
mkdir t/
python2 ./compilebench \$@ > \$LOG_FILE 2>&1
python2.7 ./compilebench \$@ > \$LOG_FILE 2>&1
echo \$? > ~/test-exit-status" > compilebench
chmod +x compilebench

0 comments on commit 528b185

Please sign in to comment.