re-added file with hopeflly correct permissions

git-svn-id: trunk@3935 -
This commit is contained in:
mattias 2003-03-16 08:39:43 +00:00
parent 868697fd72
commit 051346eea3
2 changed files with 13 additions and 0 deletions

1
.gitattributes vendored
View File

@ -822,6 +822,7 @@ 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

12
tools/RunAndWait.sh Normal file
View File

@ -0,0 +1,12 @@
#!/bin/bash
CommandLine=$@
#set -x
echo $CommandLine
$CommandLine
echo "--------------------------------------------------"
echo "Press enter"
read
# end.