Fixed up build scripts somewhat.
This commit is contained in:
parent
156c137237
commit
f0938e8afa
|
@ -0,0 +1,10 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
# set -x
|
||||||
|
|
||||||
|
ME=`dirname $0`
|
||||||
|
. ${ME}/common.sh
|
||||||
|
|
||||||
|
# Git Export
|
||||||
|
export_source_directory
|
||||||
|
|
Loading…
Reference in New Issue