From 3f53904b14eb5b9594a4f81c41ed96395dd50ef4 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Fri, 27 Feb 2015 11:23:49 -0500 Subject: Tidy up --- hooks/after_prepare/gen_resources | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'hooks') diff --git a/hooks/after_prepare/gen_resources b/hooks/after_prepare/gen_resources index c98c905..b8a2020 100755 --- a/hooks/after_prepare/gen_resources +++ b/hooks/after_prepare/gen_resources @@ -1,7 +1,4 @@ #! /usr/bin/env bash IFS=, platforms=($CORDOVA_PLATFORMS) - -resources=("${platforms[@]/%/-resources}") -make "${resources[@]/#/clean-}" -make "${resources[@]}" +make "${platforms[@]/%/-resources}" -- cgit v1.2.3-54-g00ecf