Update prompt

Signed-off-by: Aleksandar 'The Cobra' Widulski <thecobra@riseup.net>
This commit is contained in:
Aleksandar 'The Cobra' Widulski 2022-03-10 14:47:07 -05:00
parent de21038459
commit 6cf38f2197
No known key found for this signature in database
GPG Key ID: C8F7E7CA91BCBA64
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ __sig() {
157) printf IO ;;
158) printf PWR ;;
159) printf SYS ;;
16[3-9]|1[7-8][0-9]|19[0-2]) printf RT$(($1-128)) ;; # Savagery
16[3-9]|1[7-8][0-9]|19[0-2]) printf RT$(($i-128)) ;; # Savagery
*) printf $i ;; # Print exit code if not in list
esac
done