summarylogtreecommitdiffstats
path: root/tuxjdk_quilt_script.patch
diff options
context:
space:
mode:
Diffstat (limited to 'tuxjdk_quilt_script.patch')
-rw-r--r--tuxjdk_quilt_script.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/tuxjdk_quilt_script.patch b/tuxjdk_quilt_script.patch
deleted file mode 100644
index 7e5ae18f78a4..000000000000
--- a/tuxjdk_quilt_script.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-diff --git a/applyTuxjdk.sh b/applyTuxjdk.sh
-index e36181a..703f82b 100755
---- a/applyTuxjdk.sh
-+++ b/applyTuxjdk.sh
-@@ -26,7 +26,10 @@ sourceSetupEnv() {
- sourceSetupEnv
-
- echo "Applying quilt patches on current folder..."
--if $QUILT push -a
-+"$QUILT" push -a
-+
-+readonly result=$?
-+if [ "$result" = 0 ] || [ "$result" = 2 ]
- then
- echo ''
- echo 'Quilt patches applied.'