--- webapp-config.orig 2004-06-13 14:36:10.076648584 +0000 +++ webapp-config 2004-06-13 14:31:39.000000000 +0000 @@ -1903,7 +1903,7 @@ # use the new '--soft' option my_contenttype="${G_LINK_TYPE}" - ln "${G_LINK_OPTIONS}" "$MY_APPDIR/$1/$2" "$3/$my_file" 2> /dev/null + ln ${G_LINK_OPTIONS} "$MY_APPDIR/$1/$2" "$3/$my_file" 2> /dev/null if [ "$?" != 0 ]; then libsh_erun cp "$MY_APPDIR/$1/$2" "$3/$my_file" my_contenttype="file"