-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace pushd/popd in distribution-macros
pushd/popd is a bash feature which may not be supported by other shells, e.g. dash. Replace them with subshell & cd to make the scripts work across the shells. Change-Id: Ic7f3eef60746385ceb22eae796162b5a2a0f0bb7 Signed-off-by: Sangwook Ha <[email protected]>
- Loading branch information
1 parent
65b2ba4
commit 9669247
Showing
1 changed file
with
12 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters