Skip to content

Commit 14dca05

Browse files
committed
round parenthesis must be escaped only with extended regular expressions.
1 parent 3cace5c commit 14dca05

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cSploit/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="org.csploit.android"
44
android:versionCode="1"
5-
android:versionName="1.4.6" >
5+
android:versionName="1.4.7" >
66

77
<uses-sdk
88
android:minSdkVersion="9"

cSploit/src/org/csploit/android/core/UpdateService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1210,7 +1210,7 @@ public void onNewLine(String line) {
12101210

12111211
// android does not have git, but we downloaded the archive from the git repo.
12121212
// so it's content it's exactly the same seen by git.
1213-
sb.append("-e 's,`git ls-files`.split\\(\\$/\\),Dir[\"**/*\"].reject {|f| File.directory?(f) },' ");
1213+
sb.append("-e 's,`git ls-files`.split($/),Dir[\"**/*\"].reject {|f| File.directory?(f) },' ");
12141214

12151215
// send files to work on
12161216
sb.append(String.format("'%s/Gemfile' ",msfPath));

0 commit comments

Comments
 (0)