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

Linux.x64 fix for 'sbjclean' stub script.

parent 41bc0bf9
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 ]
......
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