Skip to content

Instantly share code, notes, and snippets.

@jedahan
Created August 12, 2020 19:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jedahan/7400afcd3d7a0ee44685de15e6b28455 to your computer and use it in GitHub Desktop.
Save jedahan/7400afcd3d7a0ee44685de15e6b28455 to your computer and use it in GitHub Desktop.
this is a buggy package
#!/bin/sh -e
install -D file "$1/root/file"
87428fc522803d31065e7bce3cf03fe475096631e5e07bbd7a0fde60c4cf25c7 file
0263829989b6fd954f72baaf2fc64bc2e2f01d692d4de72986ea808f6e99813f file
files/a/file
files/b/file
@jedahan
Copy link
Author

jedahan commented Aug 12, 2020

The result is file b overwrites file a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment