diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-12-21 00:27:58 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-12-21 00:27:58 +0100 |
commit | 76ece7e9eb13972554f5e51c01612379ccb89f63 (patch) | |
tree | f93f2859b9a415e5bbc57b956f4fb1ed2e0dd8e0 | |
parent | d4e98a21740903c0106b1d810894fbc2bb7850a2 (diff) | |
download | bin-76ece7e9eb13972554f5e51c01612379ccb89f63.zip bin-76ece7e9eb13972554f5e51c01612379ccb89f63.tar.gz |
easy_e17.sh: ooops I broke local_patches
-rwxr-xr-x | easy_e17.sh | 2 |
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" |