mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-12 13:10:45 +02:00
bash-5.0 distribution sources and documentation
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
wdir=$PWD
|
||||
# this is needed because posix mode restricts tilde expansion to assignment
|
||||
# statements preceding a command, instead of the default of expanding all
|
||||
# assignment statements on the line (e.g., after `export'). Without this,
|
||||
@@ -69,3 +70,6 @@ esac
|
||||
|
||||
USER=root # should exist just about everywhere
|
||||
echo ~$USER
|
||||
|
||||
cd "$wdir"
|
||||
exit 0
|
||||
|
||||
Reference in New Issue
Block a user