more linting and whitespace
This commit is contained in:
parent
7fe88321e6
commit
08e4da4575
6 changed files with 25 additions and 25 deletions
|
@ -33,8 +33,8 @@ DO NOT use any of the files from $SCRIPTDIR/config !
|
|||
}
|
||||
|
||||
function main () {
|
||||
SCRIPTDIR=$(dirname `which $0` | perl -pe "s/\/\.\.\/lib//" | perl -pe "s/\/lib$//")
|
||||
|
||||
SCRIPTDIR=$(dirname "$(which $0)" | perl -pe "s/\/\.\.\/lib//" | perl -pe "s/\/lib$//")
|
||||
|
||||
get_GPU
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue