Skip to content

Commit

Permalink
fasm: fix shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
echawk committed Sep 29, 2024
1 parent b63b811 commit 4649e47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion langs/fasm/build
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ case $arch in
;;
esac

${_fasm} ${_source} fasm.out
${_fasm} "${_source}" fasm.out

mkdir -p "$1/usr/bin/"
cp fasm.out "$1/usr/bin/fasm"

0 comments on commit 4649e47

Please sign in to comment.