From 04a665f51914a54bc947ebe3dc743c5d150e9c8b Mon Sep 17 00:00:00 2001 From: Kaj Forney Date: Wed, 26 Sep 2018 18:26:26 -0600 Subject: [PATCH] Fix Parrot iso path. Former-commit-id: 995690aefada2daa230479050c06551e1480a5db --- runme.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runme.sh b/runme.sh index 1cca8964..e504eef3 100755 --- a/runme.sh +++ b/runme.sh @@ -83,7 +83,7 @@ Parrot) cd build/parrot-build ./build.sh build variant-$DESKTOP amd64 - cp *.iso ../../images/ + cp ../*.iso ../../images/ ;; esac