From 463b41bce8297501ab8ba44d8ec21350d7f84f1c Mon Sep 17 00:00:00 2001 From: hades Date: Mon, 2 Apr 2001 17:41:14 +0000 Subject: [PATCH] *** empty log message *** --- allParam/test/bin/make_links.sh | 82 +++++++++++++++++---------------- 1 file changed, 42 insertions(+), 40 deletions(-) diff --git a/allParam/test/bin/make_links.sh b/allParam/test/bin/make_links.sh index 88ea847..caaa957 100644 --- a/allParam/test/bin/make_links.sh +++ b/allParam/test/bin/make_links.sh @@ -1,45 +1,47 @@ #!/bin/sh -ln -s tcl/blob_p.tcl b_lowercase_p.tcl -ln -s tcl/blob_p.tcl b_odd_size_p.tcl -ln -s tcl/blob_p.tcl b_to_large_p.tcl -ln -s tcl/default_p.tcl default_p.tcl -ln -s tcl/filename_p.tcl f_lowercase_abs_p.tcl -ln -s tcl/filename_no_basedir_p.tcl f_lowercase_rel_no_basedir_p.tcl -ln -s tcl/filename_p.tcl f_lowercase_rel_p.tcl -ln -s tcl/filenamea_no_basedir_p.tcl fa_lowercase_no_basedir_p.tcl -ln -s tcl/filenamea_p.tcl fa_lowercase_p.tcl -ln -s tcl/int_p.tcl i_lowercase_p.tcl -ln -s tcl/int_p.tcl i_no_index_p.tcl -ln -s tcl/int_p.tcl i_store_existing_p.tcl -ln -s tcl/int_p.tcl i_store_multiple_p.tcl -ln -s tcl/int_p.tcl i_store_p.tcl -ln -s tcl/int_p.tcl i_string_available_p.tcl -ln -s tcl/int_p.tcl i_uppercase_p.tcl -ln -s tcl/inta_p.tcl ia_long_array_p.tcl -ln -s tcl/inta_p.tcl ia_lowercase_p.tcl -ln -s tcl/inta_p.tcl ia_no_index_p.tcl -ln -s tcl/inta_p.tcl ia_short_array_p.tcl -ln -s tcl/stringa_p.tcl ia_string_available_p.tcl -ln -s tcl/inta_p.tcl ia_uppercase_p.tcl -ln -s tcl/default_p.tcl param.tcl -ln -s tcl/stringa_p.tcl s_array_p.tcl -ln -s tcl/int_p.tcl s_int_available_p.tcl -ln -s tcl/string_p.tcl s_lowercase_p.tcl -ln -s tcl/string_p.tcl s_no_index_p.tcl -ln -s tcl/string_p.tcl s_store_existing_p.tcl -ln -s tcl/string_p.tcl s_store_multiple_p.tcl -ln -s tcl/string_p.tcl s_store_p.tcl -ln -s tcl/string_p.tcl s_store_whitespace_p.tcl -ln -s tcl/string_p.tcl s_uppercase_p.tcl -ln -s tcl/string_p.tcl s_whitespace_p.tcl -ln -s tcl/inta_p.tcl sa_int_available_p.tcl -ln -s tcl/stringa_p.tcl sa_long_array_p.tcl -ln -s tcl/stringa_p.tcl sa_lowercase_p.tcl -ln -s tcl/stringa_p.tcl sa_no_index_p.tcl -ln -s tcl/string_p.tcl sa_scalar_p.tcl -ln -s tcl/stringa_p.tcl sa_short_array_p.tcl -ln -s tcl/stringa_p.tcl sa_uppercase_p.tcl +if test -e links ; then + ln -s tcl/blob_p.tcl b_lowercase_p.tcl + ln -s tcl/blob_p.tcl b_odd_size_p.tcl + ln -s tcl/blob_p.tcl b_to_large_p.tcl + ln -s tcl/default_p.tcl default_p.tcl + ln -s tcl/filename_p.tcl f_lowercase_abs_p.tcl + ln -s tcl/filename_no_basedir_p.tcl f_lowercase_rel_no_basedir_p.tcl + ln -s tcl/filename_p.tcl f_lowercase_rel_p.tcl + ln -s tcl/filenamea_no_basedir_p.tcl fa_lowercase_no_basedir_p.tcl + ln -s tcl/filenamea_p.tcl fa_lowercase_p.tcl + ln -s tcl/int_p.tcl i_lowercase_p.tcl + ln -s tcl/int_p.tcl i_no_index_p.tcl + ln -s tcl/int_p.tcl i_store_existing_p.tcl + ln -s tcl/int_p.tcl i_store_multiple_p.tcl + ln -s tcl/int_p.tcl i_store_p.tcl + ln -s tcl/int_p.tcl i_string_available_p.tcl + ln -s tcl/int_p.tcl i_uppercase_p.tcl + ln -s tcl/inta_p.tcl ia_long_array_p.tcl + ln -s tcl/inta_p.tcl ia_lowercase_p.tcl + ln -s tcl/inta_p.tcl ia_no_index_p.tcl + ln -s tcl/inta_p.tcl ia_short_array_p.tcl + ln -s tcl/stringa_p.tcl ia_string_available_p.tcl + ln -s tcl/inta_p.tcl ia_uppercase_p.tcl + ln -s tcl/default_p.tcl param.tcl + ln -s tcl/stringa_p.tcl s_array_p.tcl + ln -s tcl/int_p.tcl s_int_available_p.tcl + ln -s tcl/string_p.tcl s_lowercase_p.tcl + ln -s tcl/string_p.tcl s_no_index_p.tcl + ln -s tcl/string_p.tcl s_store_existing_p.tcl + ln -s tcl/string_p.tcl s_store_multiple_p.tcl + ln -s tcl/string_p.tcl s_store_p.tcl + ln -s tcl/string_p.tcl s_store_whitespace_p.tcl + ln -s tcl/string_p.tcl s_uppercase_p.tcl + ln -s tcl/string_p.tcl s_whitespace_p.tcl + ln -s tcl/inta_p.tcl sa_int_available_p.tcl + ln -s tcl/stringa_p.tcl sa_long_array_p.tcl + ln -s tcl/stringa_p.tcl sa_lowercase_p.tcl + ln -s tcl/stringa_p.tcl sa_no_index_p.tcl + ln -s tcl/string_p.tcl sa_scalar_p.tcl + ln -s tcl/stringa_p.tcl sa_short_array_p.tcl + ln -s tcl/stringa_p.tcl sa_uppercase_p.tcl +fi touch links -- 2.43.0