saving uncommitted changes in /etc prior to emerge run
This commit is contained in:
4
paludis-bakup/hooks/ebuild_pretend_pre/some.bash
Executable file
4
paludis-bakup/hooks/ebuild_pretend_pre/some.bash
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
if [[ $(ld --version) =~ "gold" ]] ; then
|
||||
echo -e "\033[1;31mld gold is in use!!\033[0m"
|
||||
fi
|
||||
Reference in New Issue
Block a user