mirror of
https://github.com/wahyd4/gvm.git
synced 2026-08-22 03:06:39 +10:00
Fix Mac bug with find
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@ fi
|
||||
|
||||
if [ -d $foldername ]; then
|
||||
cd $foldername
|
||||
find > /tmp/manifest.test
|
||||
find . > /tmp/manifest.test
|
||||
diff manifest /tmp/manifest.test
|
||||
if [ "$?" == "0" ]; then
|
||||
echo "Clean Install $foldername"
|
||||
|
||||
+1
-1
@@ -111,7 +111,7 @@ main() {
|
||||
install_go
|
||||
install_gb
|
||||
install_goprotobuf
|
||||
cd $GO_INSTALL_ROOT && find > manifest
|
||||
cd $GO_INSTALL_ROOT && find . > manifest
|
||||
|
||||
tput sgr0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user