summaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorruki <[email protected]>2015-05-03 16:34:32 +0800
committerruki <[email protected]>2015-05-03 16:34:32 +0800
commit781bfd2dc99c8e0ca3063b6a3d6199f2390951f4 (patch)
tree0ae5c503d3e0320e5b5f430afae17fd06556c11c /install
parent4a0ac3ab3b236df85fcad676a2570128a3363f07 (diff)
add path.getabsolute
Diffstat (limited to 'install')
-rwxr-xr-xinstall2
1 files changed, 1 insertions, 1 deletions
diff --git a/install b/install
index 3dfa087b8..1116fabd4 100755
--- a/install
+++ b/install
@@ -45,7 +45,7 @@ if [ $? -ne 0 ]; then exit; fi
make c >> ../install.log
make >> ../install.log
if [ $? -ne 0 ]; then
- make e
+ make o
exit;
fi
make i