We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f0c895 commit 2509e96Copy full SHA for 2509e96
bin/esrocos_generate_skeletons
@@ -30,7 +30,7 @@ except KeyError:
30
31
print "DONE"
32
33
-call("esrocos_update_import_path")
+call(["esrocos_update_import_path"])
34
35
taste_arguments = ["taste-generate-skeletons"]
36
taste_arguments.append(project_name+"_iv.aadl")
bin/esrocos_update_import_path
@@ -1,3 +1,5 @@
1
+#!/bin/sh
2
+
3
find . -name "*.aadl" -exec sed -i -e "s+/home/esrocos+$HOME+g" {} \;
4
find . -name "*.aadl" -exec sed -i -e "s+/root+$HOME+g" {} \;
5
find . -name "*.aadl" -exec sed -i -e "s+/taste/esrocos/+$HOME+g" {} \;
0 commit comments