SCM Repository
Diff of /sml/trunk/src/system/installml
Parent Directory
|
Revision Log
|
Patch
revision 630, Wed Apr 26 18:40:56 2000 UTC | revision 631, Fri Apr 28 08:30:52 2000 UTC | |
---|---|---|
# | Line 89 | Line 89 |
89 | fi | fi |
90 | rm -f $pcfile | rm -f $pcfile |
91 | cat $LIB_DIR/pathconfig >>$tmpfile | cat $LIB_DIR/pathconfig >>$tmpfile |
92 | awk <$tmpfile >$pcfile 'NF == 2 { mapping[$1] = $2 } | awk <$tmpfile 'NF == 2 { mapping[$1] = $2 } |
93 | NF != 2 { print $0 } | NF != 2 { print $0 } |
94 | END { for (i in mapping) print i, mapping[i] }' | END { for (i in mapping) print i, mapping[i] }' \ |
95 | | sort >$pcfile | |
96 | ||
97 | rm -r $LIB_DIR | rm -r $LIB_DIR |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |