#!/bin/sh if test -x ../../object/stage2/idc; then ../../object/stage2/idc -B ../../object/stage2/ -I../objects -I../jolt-burg $* else idc $* fi