-e
Signed-off-by: Gwenhael Le Moine <gwenhael.le.moine@gmail.com>
This commit is contained in:
parent
e577f4a80c
commit
b0294e1fde
1 changed files with 5 additions and 3 deletions
|
@ -2,10 +2,12 @@
|
||||||
|
|
||||||
WD=/home/installs/SlackBuilds
|
WD=/home/installs/SlackBuilds
|
||||||
CAT=${CAT:-$1}
|
CAT=${CAT:-$1}
|
||||||
|
|
||||||
|
cd $WD
|
||||||
|
./what-s_installed.sh | grep -v "^❌.*" | cut -d\ -f2 | grep "^$CAT.*"
|
||||||
|
|
||||||
for p in $(./what-s_installed.sh | grep -v "^❌.*" | cut -d\ -f2 | grep "^$CAT.*"); do
|
for p in $(./what-s_installed.sh | grep -v "^❌.*" | cut -d\ -f2 | grep "^$CAT.*"); do
|
||||||
cd $p
|
cd $p
|
||||||
echo -n "$p : "
|
bash -e ./SlackBuild
|
||||||
ls
|
|
||||||
./SlackBuild
|
|
||||||
cd $WD
|
cd $WD
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue