Skip to content

Commit

Permalink
apecopy
Browse files Browse the repository at this point in the history
  • Loading branch information
ahgamut committed Jan 4, 2024
1 parent 91e99ec commit 6eea485
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apecopy
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ COSMOS=${COSMOS:-/opt/cosmos}
ARCH=${ARCH:-x86_64}

OBJCOPY="$COSMO/cosmocc/bin/$ARCH-unknown-cosmo-objcopy"
FIXUPOBJ="$COSMO/o/$MODE/tool/build/fixupobj.com"
ZIPCOPY="$COSMO/o/$MODE/tool/build/zipcopy.com"
FIXUPOBJ="$COSMO/o/tool/build/fixupobj.com"
ZIPCOPY="$COSMO/o/tool/build/zipcopy.com"

if [ ! -f "$1" ]; then
echo "no file to apecopy!"
Expand Down

0 comments on commit 6eea485

Please sign in to comment.