Parent Directory | Revision Log | Revision Graph | Patch
Revision 1.20 by slords, Mon Mar 17 03:08:23 2008 UTC | Revision 1.21 by slords, Tue Apr 22 23:06:43 2008 UTC | |
---|---|---|
# | Line 6 distvers=$(basename $(pwd)) | Line 6 distvers=$(basename $(pwd)) |
6 | distrel=${distvers:0:1} | distrel=${distvers:0:1} |
7 | distarch=$(uname -i) | distarch=$(uname -i) |
8 | ||
9 | exec < /dev/null | |
10 | exec &> build_ISO.$distarch | |
11 | ||
12 | if ! [ -d $distarch ] | if ! [ -d $distarch ] |
13 | then | then |
14 | echo "No $distarch directory?" | echo "No $distarch directory?" |
# | Line 106 then | Line 109 then |
109 | fi | fi |
110 | ||
111 | # That's it. | # That's it. |
|
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |