Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Ray Garcia
himawari
Commits
82a03c55
Commit
82a03c55
authored
Aug 31, 2017
by
R.K.Garcia
Browse files
dederpification of shell expression
parent
1c78137d
Changes
1
Hide whitespace changes
Inline
Side-by-side
build.sh
View file @
82a03c55
...
...
@@ -45,8 +45,8 @@ install_runtime() {
test
-d
$RUNTIME
||
mkdir
$RUNTIME
test
-f
"
${
RUNTIME
}
/
${
SB3_TARBALL
}
"
||
(
cd
$RUNTIME
;
ncftpget
"
${
FTP_SB3
}
/
${
SB3_TARBALL
}
"
)
test
-f
"
${
RUNTIME
}
/
${
SB3_TARBALL
}
"
||
oops
"runtime snapshot could not be found"
test
-d
"
${
$
AXITOOLS_HOME
}
"
||
mkdir
-p
"
${
$
AXITOOLS_HOME
}
/lib"
pushd
"
${
$
AXITOOLS_HOME
}
"
test
-d
"
${
AXITOOLS_HOME
}
"
||
mkdir
-p
"
${
AXITOOLS_HOME
}
/lib"
pushd
"
${
AXITOOLS_HOME
}
"
echo
"installing ShellB3 tar ball into
${
AXITOOLS_HOME
}
..."
tar
xf
"
${
RUNTIME
}
/
${
SB3_TARBALL
}
"
||
oops
"SB3 tar ball would not extract"
popd
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment