projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbbf136
)
simplifying
author
Chris Koeritz
<fred@gruntose.com>
Fri, 9 Mar 2012 15:54:53 +0000
(10:54 -0500)
committer
Chris Koeritz
<fred@gruntose.com>
Fri, 9 Mar 2012 15:54:53 +0000
(10:54 -0500)
examples/custom_overrides/fred/build_cak0l.sh
patch
|
blob
|
history
diff --git
a/examples/custom_overrides/fred/build_cak0l.sh
b/examples/custom_overrides/fred/build_cak0l.sh
index 37b2538842b5cc790e8a4eab4e0eb9dd30218a12..1dc3f197506b5ecc8cc4f1e9f6afba68508eda8f 100644
(file)
--- a/
examples/custom_overrides/fred/build_cak0l.sh
+++ b/
examples/custom_overrides/fred/build_cak0l.sh
@@
-1,18
+1,17
@@
#!/bin/bash
-function
re
build_cak0l()
+function build_cak0l()
{
pushd ~/xsede/code/cak0l/trunk
- ant clean
ant -Dbuild.targetArch=64 build
popd
}
-function build_cak0l()
+function
re
build_cak0l()
{
pushd ~/xsede/code/cak0l/trunk
- ant
-Dbuild.targetArch=64 build
+ ant
clean
popd
+ build_cak0l
}
-