nixos/stage-1: fix antiquotation
This commit is contained in:
parent
ca5b3368ca
commit
ee36bb8588
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ let
|
|||
[ ! -f "$out/lib/$(basename $LIB)" ] && cp -pdv $LIB $out/lib
|
||||
while [ "$(readlink $LIB)" != "" ]; do
|
||||
LINK="$(readlink $LIB)"
|
||||
if [ "${LINK:0:1}" != "/" ]; then
|
||||
if [ "''${LINK:0:1}" != "/" ]; then
|
||||
LINK="$(dirname $LIB)/$LINK"
|
||||
fi
|
||||
LIB="$LINK"
|
||||
|
|
Loading…
Reference in a new issue