equal
deleted
inserted
replaced
323 find . -type f -not -name '*.exe' -not -name '*.dll' -perm +100 \ |
323 find . -type f -not -name '*.exe' -not -name '*.dll' -perm +100 \ |
324 -print0 > "contrib/cygwin/isabelle/executables" |
324 -print0 > "contrib/cygwin/isabelle/executables" |
325 |
325 |
326 find . -type l -exec echo "{}" ";" -exec readlink "{}" ";" \ |
326 find . -type l -exec echo "{}" ";" -exec readlink "{}" ";" \ |
327 > "contrib/cygwin/isabelle/symlinks" |
327 > "contrib/cygwin/isabelle/symlinks" |
|
328 find . -type l -exec rm "{}" ";" |
328 |
329 |
329 touch "contrib/cygwin/isabelle/uninitialized" |
330 touch "contrib/cygwin/isabelle/uninitialized" |
330 ) |
331 ) |
331 ;; |
332 ;; |
332 *) |
333 *) |