Fix #69
This commit is contained in:
parent
0e1df15a9e
commit
fd985e7a34
9
apt-cyg
9
apt-cyg
|
@ -128,9 +128,12 @@ function find-workspace {
|
||||||
|
|
||||||
# work wherever setup worked last, if possible
|
# work wherever setup worked last, if possible
|
||||||
cache=$(awk '
|
cache=$(awk '
|
||||||
/last-cache/ {
|
BEGIN {
|
||||||
getline
|
RS = "\n\\<"
|
||||||
print $1
|
FS = "\n\t"
|
||||||
|
}
|
||||||
|
$1 == "last-cache" {
|
||||||
|
print $2
|
||||||
}
|
}
|
||||||
' /etc/setup/setup.rc)
|
' /etc/setup/setup.rc)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue