diff options
Diffstat (limited to 'tl-build.sh')
-rwxr-xr-x | tl-build.sh | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/tl-build.sh b/tl-build.sh index 84d0803..5cef9a1 100755 --- a/tl-build.sh +++ b/tl-build.sh | |||
@@ -3,12 +3,7 @@ | |||
3 | # Public domain. Originally written 2005 by Karl Berry. | 3 | # Public domain. Originally written 2005 by Karl Berry. |
4 | 4 | ||
5 | this_dir=`pwd` | 5 | this_dir=`pwd` |
6 | if [[ $1 == "dev" ]];then | 6 | tl_sourcedir=${this_dir}/source |
7 | tl_sourcedir=${this_dir}/source | ||
8 | else | ||
9 | . ${this_dir}/variables.conf | ||
10 | tl_sourcedir=${this_dir}/texlive-${TL_PUBDATE}-source | ||
11 | fi | ||
12 | 7 | ||
13 | echo "" | 8 | echo "" |
14 | echo " TeX Live for OpenBSD built script " | 9 | echo " TeX Live for OpenBSD built script " |