Skip to content

Commit

Permalink
makeWrapper: fix regression introduced in #24944
Browse files Browse the repository at this point in the history
In some cases wrappers could not be made. See e.g.
#24944 (comment)
  • Loading branch information
FRidh authored and globin committed Aug 9, 2017
1 parent 7a6d4f4 commit 0ff782e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/build-support/setup-hooks/make-wrapper.sh
Expand Up @@ -33,7 +33,7 @@ makeWrapper() {
local params varName value command separator n fileNames
local argv0 flagsBefore flags

assertExecutable "${file}"
assertExecutable "${original}"

mkdir -p "$(dirname "$wrapper")"

Expand Down

0 comments on commit 0ff782e

Please sign in to comment.