diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-09-18 07:10:21 -0400 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-09-18 07:10:21 -0400 |
| commit | 1eafc5a2fc5755f4de34b876f77754e6848b21a5 (patch) | |
| tree | 8d8d31552bbd6587a2c007bb6a9fbf82f534b14a /admin | |
| parent | 21a3dcab4ff0778e21b52de18812c341271cbdab (diff) | |
| download | sbostuff-1eafc5a2fc5755f4de34b876f77754e6848b21a5.tar.gz | |
Diffstat (limited to 'admin')
| -rwxr-xr-x | admin/sbols | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/sbols b/admin/sbols index d5825c0..ff9b602 100755 --- a/admin/sbols +++ b/admin/sbols @@ -105,7 +105,7 @@ fi ret=1 for i; do - if cdsb $i 2>/dev/null; then + if cdsb $i &>/dev/null; then ret=0 i="$( basename $( pwd ) )" prgcat="$( pwd | rev | cut -d/ -f1,2 | rev )" |
