Project

General

Profile

« Previous | Next » 

Revision 9854

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

View differences:

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

  
6 6
if self_not_included; then
7 7

  

Also available in: Unified diff