don't unnecessarily export ERR
authorJameson Graef Rollins <jrollins@phys.columbia.edu>
Mon, 23 Jun 2008 23:42:21 +0000 (19:42 -0400)
committerJameson Graef Rollins <jrollins@phys.columbia.edu>
Mon, 23 Jun 2008 23:42:21 +0000 (19:42 -0400)
src/monkeysphere
src/monkeysphere-server

index 1368a802dc6a4562f94cf986d71973a7067e6be3..11254e7e570deac44d57ee00442400e2780d52e5 100755 (executable)
@@ -26,7 +26,6 @@ GREP_OPTIONS=
 
 # default return code
 ERR=0
-export ERR
 
 ########################################################################
 # FUNCTIONS
index e099a74a86fdbf7e1f59ea63230dfc30b0bc961e..369555cd64387aebc4e18c7a0abcafd926b214d8 100755 (executable)
@@ -21,7 +21,7 @@ DATE=$(date -u '+%FT%T')
 # unset some environment variables that could screw things up
 GREP_OPTIONS=
 
-# assuming other problems don't crop up, we'll return 0 as success
+# default return code
 ERR=0
 
 ########################################################################