Browse Source

Fixed typo in bin/sde-cleanup

karasz/new-early
Alejandro Mery 18 years ago
parent
commit
bdef6f7fbb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      bin/sde-cleanup

+ 1
- 1
bin/sde-cleanup

@ -136,4 +136,4 @@ done
echo -e "\nUse '$0 -build' to remove builds and '$0 -cache'
to also flush the cache."
[ "$nocheck" = 1 ] || exec $SDEROOT/bin/sde-clean-linger
[ "$nocheck" = 1 ] || exec $SDEROOT/bin/sde-cleanup-linger

Loading…
Cancel
Save