diff --git a/.gitattributes b/.gitattributes index 0af50f3cf9..0637dbdff4 100644 --- a/.gitattributes +++ b/.gitattributes @@ -822,7 +822,6 @@ packager/ucomponentmanmain.pas svneol=native#text/pascal packager/ufrmaddcomponent.lfm svneol=native#text/plain packager/ufrmaddcomponent.lrs svneol=native#text/pascal packager/ufrmaddcomponent.pas svneol=native#text/pascal -tools/RunAndWait.sh -text svneol=native#application/x-sh tools/apiwizz/apiwizard.pp svneol=native#text/pascal tools/apiwizz/apiwizz.pp svneol=native#text/pascal tools/install/create_fpc_export_tgz.sh -text svneol=native#application/x-sh diff --git a/tools/RunAndWait.sh b/tools/RunAndWait.sh deleted file mode 100644 index 1277953bdf..0000000000 --- a/tools/RunAndWait.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash - -CommandLine=$@ -#set -x - -echo $CommandLine -$CommandLine -echo "--------------------------------------------------" -echo "Press enter" -read - -# end.