regression: make use of the os-dependant files
[guilt.git] / guilt-prev
blob29627d56d05f401def92337e755913b72fa9a57b
1 #!/bin/sh
3 # Copyright (c) Josef "Jeff" Sipek, 2006, 2007
6 USAGE="[-p|--path]"
7 . `dirname $0`/guilt
9 while [ $# -ne 0 ]; do
10 case "$1" in
11 -p|--path)
12 path="$GUILT_DIR/$branch/" ;;
14 usage ;;
15 esac
16 shift
17 done
19 p=`get_prev`
21 if [ -n "$p" ]; then
22 disp $path$p