mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-16 17:01:53 +00:00
- oops, count the command line properly
This commit is contained in:
parent
dfb405f4ae
commit
e3508a5c64
1 changed files with 2 additions and 2 deletions
|
@ -8,12 +8,12 @@ if [ -z "`which xmgrace`" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Setup our file vars
|
# Setup our file vars
|
||||||
if [ "$#" -ge "2" ]; then
|
if [ "$#" -ge "1" ]; then
|
||||||
infile="$1"
|
infile="$1"
|
||||||
else
|
else
|
||||||
infile="${HOME}/.quakeforge/timeframes.txt"
|
infile="${HOME}/.quakeforge/timeframes.txt"
|
||||||
fi
|
fi
|
||||||
if [ "$#" -ge "3" ]; then
|
if [ "$#" -ge "2" ]; then
|
||||||
outfile="$2"
|
outfile="$2"
|
||||||
else
|
else
|
||||||
outfile="timeframes.png"
|
outfile="timeframes.png"
|
||||||
|
|
Loading…
Reference in a new issue