Selaa lähdekoodia

shrc: fix showing jobs in PS1

pull/1/head
10sr 11 vuotta sitten
vanhempi
commit
2fffa125bc
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. +2
    -2
      shrc

+ 2
- 2
shrc Näytä tiedosto

@@ -1065,9 +1065,9 @@ __my_ps1_jobs(){
else
jobs="`jobs | wc -l`"
fi
if test "$1" -ne 0
if test "$jobs" -gt 0
then
echo "[JOBS:$1] "
echo "[JOBS:$jobs] "
fi
}



Ladataan…
Peruuta
Tallenna