mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-14 04:39:45 +02:00
re-added file with hopeflly correct permissions
git-svn-id: trunk@3935 -
This commit is contained in:
parent
868697fd72
commit
051346eea3
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -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
12
tools/RunAndWait.sh
Normal file
@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
CommandLine=$@
|
||||
#set -x
|
||||
|
||||
echo $CommandLine
|
||||
$CommandLine
|
||||
echo "--------------------------------------------------"
|
||||
echo "Press enter"
|
||||
read
|
||||
|
||||
# end.
|
Loading…
Reference in New Issue
Block a user