X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=examples%2Fcustom_overrides%2Ffred%2Fbuild_cak0l.sh;h=1dc3f197506b5ecc8cc4f1e9f6afba68508eda8f;hb=de97aa518dcc0fe712217532482eaa0fdf50bdb9;hp=37b2538842b5cc790e8a4eab4e0eb9dd30218a12;hpb=475bec2b699411d95fae1f64f124a0fa2d3c45e2;p=feisty_meow.git diff --git a/examples/custom_overrides/fred/build_cak0l.sh b/examples/custom_overrides/fred/build_cak0l.sh index 37b25388..1dc3f197 100644 --- a/examples/custom_overrides/fred/build_cak0l.sh +++ b/examples/custom_overrides/fred/build_cak0l.sh @@ -1,18 +1,17 @@ #!/bin/bash -function rebuild_cak0l() +function build_cak0l() { pushd ~/xsede/code/cak0l/trunk - ant clean ant -Dbuild.targetArch=64 build popd } -function build_cak0l() +function rebuild_cak0l() { pushd ~/xsede/code/cak0l/trunk - ant -Dbuild.targetArch=64 build + ant clean popd + build_cak0l } -