summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-12-21 00:27:58 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-12-21 00:27:58 +0100
commit76ece7e9eb13972554f5e51c01612379ccb89f63 (patch)
treef93f2859b9a415e5bbc57b956f4fb1ed2e0dd8e0
parentd4e98a21740903c0106b1d810894fbc2bb7850a2 (diff)
downloadbin-76ece7e9eb13972554f5e51c01612379ccb89f63.zip
bin-76ece7e9eb13972554f5e51c01612379ccb89f63.tar.gz
easy_e17.sh: ooops I broke local_patches
-rwxr-xr-xeasy_e17.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/easy_e17.sh b/easy_e17.sh
index 19e22fb..c7759fb 100755
--- a/easy_e17.sh
+++ b/easy_e17.sh
@@ -1367,7 +1367,7 @@ open_header "Apply local patches"
cd $src_path
if [ -d $src_patch_path ]; then
for patch in $(ls -1 $src_patch_path/*.patch); do
- echo " - apply $patch" && patch -p 1 -N -r - < $src_patch_path/$patch
+ echo " - apply $patch" && patch -p 1 -N -r - < $patch
done
else
echo " - no $src_patch_path directory"