Admin/Windows/Cygwin/isabelle/rebaseall
author wenzelm
Tue, 16 Jul 2013 13:23:37 +0200
changeset 52672 8de4235298cb
parent 52500 9b44e7df9350
child 60985 9d7ba380223c
permissions -rwxr-xr-x
more robust executable path specifications; afford final test of Isabelle.init; tuned;

#!/bin/dash

export PATH=/bin

FILE_LIST="$(mktemp)"

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

dash /bin/rebaseall -T "$FILE_LIST"

rm -f "$FILE_LIST"