Skip to content

Commit

Permalink
use CURDIR in place of PWD
Browse files Browse the repository at this point in the history
  • Loading branch information
nqb committed Feb 23, 2021
1 parent 1660a7b commit e035d61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/packer/vagrant_img/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ pfcen7stable:
# Debian 9 builds
.PHONY: pfdeb9dev
pfdeb9dev:
VAGRANT_LIBVIRT_VIRT_SYSPREP_OPTIONS="'--run $(PWD)/provisioners/shell/sysprep.sh'" \
VAGRANT_LIBVIRT_VIRT_SYSPREP_OPTIONS="'--run $(CURDIR)/provisioners/shell/sysprep.sh'" \
make -e \
BOX_NAME=$@ \
ANSIBLE_GROUP=$(DEV_GROUP) \
Expand All @@ -77,7 +77,7 @@ pfdeb9dev:

.PHONY: pfdeb9stable
pfdeb9stable:
VAGRANT_LIBVIRT_VIRT_SYSPREP_OPTIONS="'--run $(PWD)/provisioners/shell/sysprep.sh'" \
VAGRANT_LIBVIRT_VIRT_SYSPREP_OPTIONS="'--run $(CURDIR)/provisioners/shell/sysprep.sh'" \
make -e \
BOX_NAME=$@ \
ANSIBLE_GROUP=$(STABLE_GROUP) \
Expand Down

0 comments on commit e035d61

Please sign in to comment.