diff options
Diffstat (limited to 'devel/perforce/files/perforce.sh.in')
-rw-r--r-- | devel/perforce/files/perforce.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/perforce/files/perforce.sh.in b/devel/perforce/files/perforce.sh.in index f0ed1db..2ebc580 100644 --- a/devel/perforce/files/perforce.sh.in +++ b/devel/perforce/files/perforce.sh.in @@ -24,7 +24,7 @@ start) fi if [ -x $p4web -a x$PERFORCE_WEB_START = xyes ]; then echo -n ' p4web' - su -fm $PERFORCE_USER -c "$p4web $PERFORCE_WEB_OPTIONS > /dev/null 2>&1 &" + su -fm $PERFORCE_USER -c "$p4web $PERFORCE_WEB_OPTIONS &" >/dev/null 2>&1 fi ;; |