Skip to content

Commit

Permalink
corrected usage of esrocos_update_import_path
Browse files Browse the repository at this point in the history
  • Loading branch information
Kynneb committed Aug 23, 2018
1 parent 1f0c895 commit 2509e96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bin/esrocos_generate_skeletons
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ except KeyError:

print "DONE"

call("esrocos_update_import_path")
call(["esrocos_update_import_path"])

taste_arguments = ["taste-generate-skeletons"]
taste_arguments.append(project_name+"_iv.aadl")
Expand Down
2 changes: 2 additions & 0 deletions bin/esrocos_update_import_path
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/bin/sh

find . -name "*.aadl" -exec sed -i -e "s+/home/esrocos+$HOME+g" {} \;
find . -name "*.aadl" -exec sed -i -e "s+/root+$HOME+g" {} \;
find . -name "*.aadl" -exec sed -i -e "s+/taste/esrocos/+$HOME+g" {} \;

0 comments on commit 2509e96

Please sign in to comment.