We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed43f54 commit a176622Copy full SHA for a176622
1 file changed
scripts/build_target.sh
@@ -8,7 +8,7 @@ mkdir -p "$TARGET"/{boot,dev,sys,home,mnt,proc,run,tmp,var} "$TARGET"/usr/{bin,l
8
chmod 0760 "$TARGET/init"
9
10
mkdir -p "$TARGET/usr/src"
11
-git rev-parse HEAD > "$TARGET/usr/src/niceOS.hash"
+git rev-parse HEAD > "$TARGET/usr/src/niceOS.hash" || true
12
13
# Provide some /bin programs
14
pushd "$TARGET/bin/"
0 commit comments