Skip to content
Prev Previous commit
Next Next commit
Update makeiso7z
  • Loading branch information
YBronst committed Sep 23, 2025
commit ee63ce58893bed193477d404168fb1c0f299a7b0
7 changes: 0 additions & 7 deletions CloverPackage/makeiso7z
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,6 @@ declare -r DRIVERS_LEGACY="BIOS"
declare -r DRIVERS_UEFI="UEFI"
declare -r DRIVERS_OFF="off"

# Check that the caller is make
caller=$(ps -p $PPID -o comm=)
if [[ "$caller" != "make" ]]; then
echo "Error: don't call the '$0' script directly !" >&2
echo "Use the 'make iso' command instead" >&2
fi

set -u

# Go to the script directory
Expand Down