refactor!(posix) replace pushd with cd

This commit is contained in:
Tarek Arar
2022-08-21 06:51:01 +00:00
committed by AJ ONeal
parent fbcef3e583
commit be05abb043
5 changed files with 18 additions and 18 deletions
+2 -2
View File
@@ -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() {