Add missing syntax on find command
This commit was SVN r20198.
Этот коммит содержится в:
родитель
760e744294
Коммит
7afaa0f0a1
@ -12,7 +12,7 @@ echo Setting all files to be group writable....
|
||||
chmod -R g+w .
|
||||
|
||||
echo Setting group "s" perms on directories...
|
||||
find . -type d -exec chmod g+ws {}
|
||||
find . -type d -exec chmod g+ws {} \;
|
||||
|
||||
echo done
|
||||
exit 0
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user