Skip to content

Commit

Permalink
packrootfs: put set -e below licence header
Browse files Browse the repository at this point in the history
Signed-off-by: Bill Nguyen <[email protected]>
  • Loading branch information
dreamliner787-9 authored and Ivan-Velickovic committed Dec 5, 2024
1 parent 7bc25c2 commit d9bf333
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/packrootfs
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/bin/bash

set -e

# Copyright 2024, UNSW
#
# SPDX-License-Identifier: BSD-2-Clause

set -e

if [ $# -lt 2 ]; then
echo "Usage: $0 <rootfs> <tmpdir> [-o output_rootfs] [--startup files...] [--home files...] [--etc files...]"
exit 1
Expand Down

0 comments on commit d9bf333

Please sign in to comment.