Changeset 15780 for trunk/ippTasks/pantasks.pro
- Timestamp:
- Dec 10, 2007, 1:13:59 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/pantasks.pro (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/pantasks.pro
r14137 r15780 227 227 $command = $command --dbname $DBNAME 228 228 end 229 if ($?NOOP != 0) 230 $command = $command --no-op 229 if ($?NOOP != 0) 230 if ($NOOP != 0) 231 $command = $command --no-op 232 end 233 end 234 if ($?NOUPDATE != 0) 235 if ($NOUPDATE != 0) 236 $command = $command --no-update 237 end 231 238 end 232 239 $$1 = $command … … 320 327 book delpage $1 -key pantaskState UNKNOWN_ERR 321 328 end 329 330 macro set.verbosity 331 if ($0 != 2) 332 echo "USAGE: set.verbosity (level)" 333 break 334 end 335 $VERBOSE = $1 336 end 337 338 macro show.variables 339 ?? 340 end
Note:
See TracChangeset
for help on using the changeset viewer.
