mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-08-19 03:56:16 +00:00
refactor!(posix) replace pushd with cd
This commit is contained in:
@@ -23,9 +23,9 @@ __init_powershell() {
|
||||
mv ./* "$pkg_src"
|
||||
|
||||
# symlink powershell to pwsh
|
||||
pushd "$pkg_src" > /dev/null
|
||||
cd "$pkg_src" > /dev/null
|
||||
ln -s pwsh powershell
|
||||
popd > /dev/null
|
||||
cd > /dev/null
|
||||
}
|
||||
|
||||
pkg_link() {
|
||||
|
||||
Reference in New Issue
Block a user