Skip to content

Commit 2509e96

Browse files
committed
corrected usage of esrocos_update_import_path
1 parent 1f0c895 commit 2509e96

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

bin/esrocos_generate_skeletons

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ except KeyError:
3030

3131
print "DONE"
3232

33-
call("esrocos_update_import_path")
33+
call(["esrocos_update_import_path"])
3434

3535
taste_arguments = ["taste-generate-skeletons"]
3636
taste_arguments.append(project_name+"_iv.aadl")

bin/esrocos_update_import_path

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/bin/sh
2+
13
find . -name "*.aadl" -exec sed -i -e "s+/home/esrocos+$HOME+g" {} \;
24
find . -name "*.aadl" -exec sed -i -e "s+/root+$HOME+g" {} \;
35
find . -name "*.aadl" -exec sed -i -e "s+/taste/esrocos/+$HOME+g" {} \;

0 commit comments

Comments
 (0)