Fix patch error because of whitespace in run.sh.
authorSam Hague <shague@redhat.com>
Wed, 22 Jan 2014 23:49:43 +0000 (18:49 -0500)
committerSam Hague <shague@redhat.com>
Wed, 22 Jan 2014 23:49:43 +0000 (18:49 -0500)
Patch fails one hunk because of a mismatch in whitespace.
Also fixed a warning about changelog date being bogus.

Change-Id: Ie387a77bdc1702e19af0e99cec4157140adeb5b2
Signed-off-by: Sam Hague <shague@redhat.com>
distributions/base/src/assemble/resources/run.sh

index e60310acbf1234116e0d7eff0f27151e02a837a9..3936a2a928d4eac1bdb35b1adb4bdf93416e9a93 100755 (executable)
@@ -20,9 +20,9 @@ while true ; do
     (( i += 1 ))
     case "${@:$i:1}" in
         -of13) OF13=1 ;;
-       -bundlefilter) (( i += 1 )); BUNDLEFILTER="|${@:$i:1}";;
+        -bundlefilter) (( i += 1 )); BUNDLEFILTER="|${@:$i:1}";;
         -help) usage ;;
-       "") break ;;
+        "") break ;;
     esac
 done
 
@@ -42,4 +42,4 @@ FILTERENDING=').*'
 FILTER=${FILTERBEGINING}${OF_FILTER}${BUNDLEFILTER}${FILTERENDING}
 
 # Run the command
-$CONTROLLER_RUNSH -Dfelix.fileinstall.filter="$FILTER" $NEWARGS 
+$CONTROLLER_RUNSH -Dfelix.fileinstall.filter="$FILTER" $NEWARGS