diff options
author | Bill Nottingham <notting@redhat.com> | 2002-08-21 03:40:29 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2002-08-21 03:40:29 +0000 |
commit | d6a61bedcc5689156fd60da78b0c63eb88535678 (patch) | |
tree | 3c9d07b7957690e68e52d2fb65ec837c9499f974 /service | |
parent | 37cd8076812996f2b73ac8400a712ffa6cc168c6 (diff) | |
download | initscripts-d6a61bedcc5689156fd60da78b0c63eb88535678.tar initscripts-d6a61bedcc5689156fd60da78b0c63eb88535678.tar.gz initscripts-d6a61bedcc5689156fd60da78b0c63eb88535678.tar.bz2 initscripts-d6a61bedcc5689156fd60da78b0c63eb88535678.tar.xz initscripts-d6a61bedcc5689156fd60da78b0c63eb88535678.zip |
remove extraneous /
Diffstat (limited to 'service')
-rwxr-xr-x | service | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -44,7 +44,6 @@ while [ $# -gt 0 ]; do exit 0 elif [ $# -eq 2 -a "${2}" = "--full-restart" ]; then SERVICE="${1}" - cd / if [ -x "${SERVICEDIR}/${SERVICE}" ]; then env -i LANG=$LANG PATH=$PATH "${SERVICEDIR}/${SERVICE}" stop env -i LANG=$LANG PATH=$PATH "${SERVICEDIR}/${SERVICE}" start |