Project

General

Profile

« Previous | Next » 

Revision 9854

*{.sh,run}: use simpler .rel() instead of `. "$(dirname "${BASH_SOURCE0}")"/...` for relative includes

View differences:

subdir.run
1 1
#!/bin/bash -e
2 2
. "$(dirname "${BASH_SOURCE[0]}")"/util.run
3
. "$(dirname "${BASH_SOURCE[0]}")"/../sh/local.sh
3
.rel ../sh/local.sh
4 4

  
5 5
if self_not_included; then
6 6

  

Also available in: Unified diff