Skip to content

Commit

Permalink
Clickbait
Browse files Browse the repository at this point in the history
  • Loading branch information
solcloud committed Jul 12, 2022
1 parent ed43f54 commit a176622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_target.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ mkdir -p "$TARGET"/{boot,dev,sys,home,mnt,proc,run,tmp,var} "$TARGET"/usr/{bin,l
chmod 0760 "$TARGET/init"

mkdir -p "$TARGET/usr/src"
git rev-parse HEAD > "$TARGET/usr/src/niceOS.hash"
git rev-parse HEAD > "$TARGET/usr/src/niceOS.hash" || true

# Provide some /bin programs
pushd "$TARGET/bin/"
Expand Down

0 comments on commit a176622

Please sign in to comment.