--- webapp-config.orig 2004-06-13 18:52:23.595513663 +0000 +++ webapp-config 2004-06-13 18:52:41.376515362 +0000 @@ -221,14 +221,14 @@ # symbolic links # usually because we're up to some devilish work ;-) - echo "sym $my_rel $3 \"$my_fn\" `libsh_file_timestamp $4/$5` 0 `libsh_file_source \"$4/$5\"`" >> "$1" + echo "sym $my_rel $3 \"$my_fn\" `libsh_file_timestamp \"$4/$5\"` 0 `libsh_file_source \"$4/$5\"`" >> "$1" libsh_enotice ">>> sym $my_fn" ;; file|hardlink) # real, honest to goodness files on disk # very rare, very precious - echo "file $my_rel $3 \"$my_fn\" `libsh_file_timestamp $4/$5` `libsh_file_sum \"$4/$5\"`" >> "$1" + echo "file $my_rel $3 \"$my_fn\" `libsh_file_timestamp \"$4/$5\"` `libsh_file_sum \"$4/$5\"`" >> "$1" libsh_enotice ">>> file ($3) $my_fn" ;; *)