aboutsummaryrefslogblamecommitdiffstats
path: root/test/test-init.sh
blob: 92ad77913a344882072840ffb8f3ca45532a23a6 (plain) (tree)
1
2
3
4
5
6
7
8
9



                                     




                                           
#!/bin/sh

CALCURSE=${CALCURSE:-../src/calcurse}
DATA_DIR=${DATA_DIR:-data/}

case "$CALCURSE" in
	/*) ;;
	*) CALCURSE="${PWD}/${CALCURSE}" ;;
esac