Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Aland, Sebastian
amdis
Commits
43cd9426
Commit
43cd9426
authored
Jun 01, 2010
by
Backofen, Rainer
Browse files
use only files in src
parent
b0a2bb7e
Changes
1
Hide whitespace changes
Inline
Side-by-side
AMDiS/other/scripts/changeToRevision/applyChanges4Rev1210
View file @
43cd9426
...
...
@@ -9,10 +9,10 @@
#
cp
-r
src src_beforeRev1210
#
find src
-type
f |
while
read
file
find src
/
*
-type
f |
while
read
file
do
gawk
'{gsub(/FESpace/,"FeSpace",$0);\
gsub(/getRhs/,"getRhs",$0);\
print $0}'
<
$file
>
$file
.
$$
mv
$file
.
$$
$file
mv
-v
$file
.
$$
$file
done
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment