Skip to content
Snippets Groups Projects
Commit 9e3a60a6 authored by rswindell's avatar rswindell
Browse files

More Linux.x64 shell script fixes.

parent 1374ed4c
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
os=`uname | tr "[A-Z]" "[a-z]"`
if [ `arch` = x86_64 ]; then os=$os.x64; fi
exename=`basename $0`
dirname=`dirname $0`
if [ -x $dirname\/gcc.$os.exe.release/$exename ]
......
#!/bin/sh
os=`uname | tr "[A-Z]" "[a-z]"`
if [ `arch` = x86_64 ]; then os=$os.x64; fi
exename=`basename $0`
dirname=`dirname $0`
if [ -x $dirname\/gcc.$os.exe.release/$exename ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment