Skip to content

Commit f2228e1

Browse files
committed
[css2] Removed unnecessary check for command line arguments.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402249
1 parent 593ecee commit f2228e1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

css2/bin/mypstopnm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ USAGE="$0 [-r <resolution>] [-landscape] [psfile]"
77
res=72
88
outfile=-
99

10-
if [ $# = 0 ]; then
11-
echo $USAGE >&2; exit 1
12-
fi
10+
#if [ $# = 0 ]; then
11+
# echo $USAGE >&2; exit 1
12+
#fi
1313

1414
while [ $# != 0 ]; do
1515
case "$1" in

0 commit comments

Comments
 (0)