Project

General

Profile

« Previous | Next » 

Revision 8774

moved lib/*.run into runscripts/ subdir so runscripts are grouped together and easier to find rather than being scattered throughout lib/

View differences:

run
1 1
#!/bin/bash -e
2
. "$(dirname "${BASH_SOURCE[0]}")"/../../../lib/import.run
2
. "$(dirname "${BASH_SOURCE[0]}")"/../../../lib/runscripts/import.run
3 3

  
4 4
if self_not_included; then
5 5

  

Also available in: Unified diff