forked from kiss-community/kiss
kiss: restore PWD
This commit is contained in:
parent
3d1d4ef792
commit
7e8ced253d
2
kiss
2
kiss
@ -876,6 +876,8 @@ pkg_conflicts() {
|
|||||||
# Print the file with all symlinks in its path
|
# Print the file with all symlinks in its path
|
||||||
# resolved to their real locations.
|
# resolved to their real locations.
|
||||||
printf '%s\n' "${PWD#"$KISS_ROOT"}/${file##*/}"
|
printf '%s\n' "${PWD#"$KISS_ROOT"}/${file##*/}"
|
||||||
|
|
||||||
|
cd "$OLDPWD"
|
||||||
done < "$tar_dir/$1/$pkg_db/$1/manifest" > "$mak_dir/cf_m"
|
done < "$tar_dir/$1/$pkg_db/$1/manifest" > "$mak_dir/cf_m"
|
||||||
|
|
||||||
p_name=$1
|
p_name=$1
|
||||||
|
Loading…
Reference in New Issue
Block a user