diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2024-02-08 22:45:24 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2024-02-08 22:45:24 +0100 |
commit | 197f8716712306bdc7e3808b170438f5d53b2929 (patch) | |
tree | 199b6f9c229d004d032a58c6ec33011bb26e62b4 /daemons/runsystem.hurd.sh.in | |
parent | cd0907a905e126b421b134b167bad3f97c2915a4 (diff) | |
download | hurd-197f8716712306bdc7e3808b170438f5d53b2929.tar.gz hurd-197f8716712306bdc7e3808b170438f5d53b2929.tar.bz2 hurd-197f8716712306bdc7e3808b170438f5d53b2929.zip |
runsystem: Do not eat first parameter
It has not been the kernel file name any more for a long time already.
Diffstat (limited to 'daemons/runsystem.hurd.sh.in')
-rw-r--r-- | daemons/runsystem.hurd.sh.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/daemons/runsystem.hurd.sh.in b/daemons/runsystem.hurd.sh.in index 2d016b13..c5e3c9ff 100644 --- a/daemons/runsystem.hurd.sh.in +++ b/daemons/runsystem.hurd.sh.in @@ -84,8 +84,6 @@ fi ### # Parse the multiboot command line. We only pay attention to -s and -f. -# The first argument is the kernel file name; skip that. -shift flags= while [ $# -gt 0 ]; do arg="$1" |