Skip to content

Commit a176622

Browse files
authored
Clickbait
1 parent ed43f54 commit a176622

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/build_target.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ mkdir -p "$TARGET"/{boot,dev,sys,home,mnt,proc,run,tmp,var} "$TARGET"/usr/{bin,l
88
chmod 0760 "$TARGET/init"
99

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

1313
# Provide some /bin programs
1414
pushd "$TARGET/bin/"

0 commit comments

Comments
 (0)