diff options
Diffstat (limited to 'src/systemctl/systemd-sysv-install.SKELETON')
-rwxr-xr-x | src/systemctl/systemd-sysv-install.SKELETON | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemctl/systemd-sysv-install.SKELETON b/src/systemctl/systemd-sysv-install.SKELETON index 2c494f169b..8c16cf9991 100755 --- a/src/systemctl/systemd-sysv-install.SKELETON +++ b/src/systemctl/systemd-sysv-install.SKELETON @@ -11,7 +11,7 @@ usage() { exit 1 } -ROOT= +unset ROOT # parse options eval set -- "$(getopt -o r: --long root: -- "$@")" |