mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:47:35 +00:00
Meta: refresh-serenity-qtcreator.sh now checks if SERENITY_ROOT is set
This commit is contained in:
parent
bbe99ae960
commit
d058a9319d
1 changed files with 4 additions and 0 deletions
|
@ -1,4 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
if [ ! -n "$SERENITY_ROOT" ]
|
||||
then echo "Serenety root not set."
|
||||
fi
|
||||
|
||||
cd "$SERENITY_ROOT" || exit 1
|
||||
find . -name '*.ipc' -or -name '*.cpp' -or -name '*.c' -or -name '*.h' -or -name '*.S' -or -name '*.css' | grep -Fv Patches/ | grep -Fv Root/ | grep -Fv Ports/ | grep -Fv Toolchain/ | grep -Fv Base/ > serenity.files
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue