mirror of
https://github.com/the-sane/lug-helper.git
synced 2025-05-15 22:40:36 +00:00
pwd when launching a shell
This commit is contained in:
parent
a9cd581305
commit
8da706d6b4
@ -61,7 +61,7 @@ case "$1" in
|
|||||||
"shell")
|
"shell")
|
||||||
echo "Entering Wine prefix maintenance shell. Type 'exit' when done."
|
echo "Entering Wine prefix maintenance shell. Type 'exit' when done."
|
||||||
export PATH="$wine_path:$PATH"; export PS1="Wine: "
|
export PATH="$wine_path:$PATH"; export PS1="Wine: "
|
||||||
cd "$WINEPREFIX"; /usr/bin/env bash --norc; exit 0
|
cd "$WINEPREFIX"; pwd; /usr/bin/env bash --norc; exit 0
|
||||||
;;
|
;;
|
||||||
"config")
|
"config")
|
||||||
/usr/bin/env bash --norc -c "${wine_path}/winecfg"; exit 0
|
/usr/bin/env bash --norc -c "${wine_path}/winecfg"; exit 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user