aterm: Fix line endings in patch

%ci:no-build

Co-authored-by: jidhub <dreplaceelettereejbyeletterea@gmail.com>
This commit is contained in:
Tee KOBAYASHI 2022-11-26 03:14:14 +09:00 committed by xtkoba
parent fa6bd0da6a
commit 15c75910d8
1 changed files with 10 additions and 11 deletions

View File

@ -1,12 +1,11 @@
diff -uNr aterm-1.0.1/src/rxvt.h aterm-1.0.1.mod/src/rxvt.h
--- aterm-1.0.1/src/rxvt.h 2006-02-17 23:35:37.000000000 +0200
+++ aterm-1.0.1.mod/src/rxvt.h 2018-11-28 19:42:34.682149753 +0200
--- a/src/rxvt.h
+++ b/src/rxvt.h
@@ -564,7 +564,7 @@
# define OLD_WORD_SELECTION
#endif
-#define DEFAULT_SHELL "/bin/bash"
+#define DEFAULT_SHELL "@TERMUX_PREFIX@/bin/bash"
/* sort out conflicts in feature.h */
#ifdef KANJI
# define OLD_WORD_SELECTION
#endif
-#define DEFAULT_SHELL "/bin/bash"
+#define DEFAULT_SHELL "@TERMUX_PREFIX@/bin/bash"
/* sort out conflicts in feature.h */
#ifdef KANJI