removed script with wrong permissions

git-svn-id: trunk@3934 -
This commit is contained in:
mattias 2003-03-16 08:38:00 +00:00
parent 8aeb8713d0
commit 868697fd72
2 changed files with 0 additions and 13 deletions

1
.gitattributes vendored
View File

@ -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

View File

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