--- old/tools/scripts/make_xpatch.sh 2016-11-02 13:31:27.080753000 -0400 +++ new/tools/scripts/make_xpatch.sh 2016-11-02 13:31:26.972755454 -0400 @@ -1,7 +1,7 @@ #!/bin/bash # # given a pointer to the directory containing the modules... -# create a working xpatch.args file that has the full paths +# create a working run.args file that has the full paths # in place # @@ -18,7 +18,7 @@ } MODULES="javafx.base javafx.deploy javafx.graphics javafx.swing javafx.controls javafx.fxml javafx.media javafx.web" -XPATCHFILE=xpatch.args +XPATCHFILE=run.args if [ ! -d "$TOP" ] then