From: Ian Jackson Date: Fri, 6 Aug 2021 17:58:18 +0000 (+0100) Subject: uml: set PATH (work around bash bug) X-Git-Tag: hippotat/1.0.0~312 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=302b1b3b5b2a3b47976c14334b70c587e297d335;p=hippotat.git uml: set PATH (work around bash bug) Signed-off-by: Ian Jackson --- diff --git a/psusan-uml-inside b/psusan-uml-inside index 90d8924..4e83495 100755 --- a/psusan-uml-inside +++ b/psusan-uml-inside @@ -8,5 +8,8 @@ exec 0<>/dev/tty1 1>&0 stty raw -echo # Choose what shell you want to run inside psusan export SHELL=/bin/bash +# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=991959 +PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin +export PATH # And now run psusan over the serial port exec psusan