Admin/Windows/Cygwin/isabelle/rebaseall
author wenzelm
Mon, 28 Jan 2013 17:37:09 +0100
changeset 51068 48cecc50c221
parent 50978 20edcc6a8def
child 52500 9b44e7df9350
permissions -rwxr-xr-x
more generic reference to polyml component;

#!/bin/dash

PATH=/bin

FILE_LIST="$(mktemp)"

CONTRIB="$(cygpath -u "$(cygpath -w /)\..")"

for DIR in "$CONTRIB/polyml"*
do
  find "$DIR" -name "*.dll" >> "$FILE_LIST"
done

dash /bin/rebaseall -T "$FILE_LIST"

rm -f "$FILE_LIST"