mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-22 12:31:10 +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
|
||||
|
||||
# Setup our file vars
|
||||
if [ "$#" -ge "2" ]; then
|
||||
if [ "$#" -ge "1" ]; then
|
||||
infile="$1"
|
||||
else
|
||||
infile="${HOME}/.quakeforge/timeframes.txt"
|
||||
fi
|
||||
if [ "$#" -ge "3" ]; then
|
||||
if [ "$#" -ge "2" ]; then
|
||||
outfile="$2"
|
||||
else
|
||||
outfile="timeframes.png"
|
||||
|
|
Loading…
Reference in a new issue