summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"