File tree 2 files changed +5
-5
lines changed
show_dependencies.aggregate
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
set -e
3
3
# A dummy Alire replacement for testing purposes
4
4
while [ $# -gt 1 ] ; do shift ; done
5
- DIR=` dirname $( realpath $0 ) `
5
+ DIR=` cd $( dirname $0 ) ; pwd `
6
6
sed -e " s#\$ {DIR}#${DIR} #g" .alr_$1
Original file line number Diff line number Diff line change 179
179
"result" : [
180
180
{
181
181
"uri" : " $URI{common/common_pack.ads}" ,
182
- "projectUri" : " $URI{}${DIR_SEP }"
182
+ "projectUri" : " $URI{/ }"
183
183
},
184
184
{
185
185
"uri" : " $URI{common/common_pack.ads}" ,
186
- "projectUri" : " $URI{}${DIR_SEP }"
186
+ "projectUri" : " $URI{/ }"
187
187
},
188
188
{
189
189
"uri" : " $URI{p/main.adb}" ,
190
- "projectUri" : " $URI{}${DIR_SEP }"
190
+ "projectUri" : " $URI{/ }"
191
191
},
192
192
{
193
193
"uri" : " $URI{q/main.adb}" ,
194
- "projectUri" : " $URI{}${DIR_SEP }"
194
+ "projectUri" : " $URI{/ }"
195
195
}
196
196
]
197
197
}
You can’t perform that action at this time.
0 commit comments