Sign in
apache
/
buildstream
/
ff05b274885b5ad0d7e853578c0125a454fa0c61
/
.
/
tests
/
sourcecache
/
project
/
files
/
hello-patch.diff
blob: fc0416c0ee92366404f3ba5b84fe3a51f86a5154 [
file
] [
log
] [
blame
]
---
a
/
usr
/
bin
/
hello
+++
b
/
usr
/
bin
/
hello
@@
-
1
,
3
+
1
,
3
@@
#!/bin/bash
-
echo
"Hello !"
+
echo
"Patched hello !"